Pinball/ mostly black
Enter any color value (e.g., #8819ef, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#d3d3d3 color RGB value is (211,211,211)
#d3d3d3 color CMYK value
#d3d3d3 color HSL value
HSV(or HSB) | 0° | 0 | 82.7 |
XYZ | 61.916 | 65.141 | 70.938 |
Yxy | 0.313 | 0.329 | 65.141 |
LAB | 84.556 | 0.005 | -0.009 |
LUV | 84.556 | 0.001 | -0.014 |
Hunter-LAB | 80.71 | -4.306 | 4.385 |
CIE-LCH | 84.556 | 0.01 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | D3 | D3 | D3 |
Decimal | 211 | 211 | 211 |
Octal | 323 | 323 | 323 |
Binary | 11010011 | 11010011 | 11010011 |
This text has a font color of #d3d3d3.
<span style="color:#d3d3d3">Text here</span>
This paragraph has a background color of #d3d3d3.
<p style="background-color:#d3d3d3;">Content here</p>
This element has a border color of #d3d3d3.
<div style="border:1px #d3d3d3;">Content here</div>
.text {color:#d3d3d3;}
.background {background-color:#d3d3d3;}
.border {border:1px solid #d3d3d3;}
.text-shadow {border:1px solid #d3d3d3;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #090909 is the darkest color, while #fefefe is the lightest one.