Shades of Celeste #D3D6BE
Tints of Celeste #D3D6BE
RGB
CMYK
RGB Variations
Color information
#D3D6BE (or 0xD3D6BE) is known color: Celeste. HEX triplet: D3, D6 and BE. RGB value is (211,214,190). Sum of RGB (Red+Green+Blue) = 211+214+190=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D6BE is #2C2941. Grayscale: #D2D2D2. Windows color (decimal): -2894146 or 12506835. OLE color: 12506835.
HSL color Cylindrical-coordinate representation of color #D3D6BE: hue angle of 67.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3D6BE is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 190 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.16 |
| HSL | 67.5º | 0.23% | 0.79% | - |
| HSV(B) | 67.5º | 0.11% | 0.84% | - |
| XYZ | 60.2 | 65.66 | 58.22 | - |
| YUV | 210.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 190 | 0.01 | 0 | 0.11 | 0.16 | 67.5 | 0.23 | 0.79 |
| Hex | D3 | D6 | BE | 1 | 0 | B | 10 | 44 | 17 | 4F |
| Octal | 323 | 326 | 276 | 1 | 0 | 13 | 20 | 104 | 27 | 117 |
| Binary | 11010011 | 11010110 | 10111110 | 1 | 0 | 1011 | 10000 | 1000100 | 10111 | 1001111 |
Color Harmonies of #D3D6BE
Complementary color
Monochromatic Colors of #D3D6BE
Black with #D3D6BE
Text Example
Text Example
White with #D3D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D6BE; }
p { color: rgb(211,214,190); }
H1.HeaderClassName
{
color: #D3D6BE;
}
.AnyTagClassName
{
color: #D3D6BE;
}
</style>
background-color css
<style>
a { background-color: #D3D6BE; }
a { background-color: rgb(211,214,190); }
div.DivClassName
{
background-color: #D3D6BE;
}
.BgClassName
{
background-color: #D3D6BE;
}
</style>
border-color css
<style>
span { border-color: #D3D6BE; }
span { border-color: rgb(211,214,190); }
td.TdClassName
{
border-color: #D3D6BE;
}
.TagClassName
{
border-color: #D3D6BE;
}
</style>