Shades of Celeste #D5D5CC
Tints of Celeste #D5D5CC
RGB
CMYK
RGB Variations
Color information
#D5D5CC (or 0xD5D5CC) is known color: Celeste. HEX triplet: D5, D5 and CC. RGB value is (213,213,204). Sum of RGB (Red+Green+Blue) = 213+213+204=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D5CC is #2A2A33. Grayscale: #D4D4D4. Windows color (decimal): -2763316 or 13424085. OLE color: 13424085.
HSL color Cylindrical-coordinate representation of color #D5D5CC: hue angle of 60º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5D5CC is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 213 | 204 | - |
CMYK | 0 | 0 | 0.04 | 0.16 |
HSL | 60º | 0.1% | 0.82% | - |
HSV(B) | 60º | 0.04% | 0.84% | - |
XYZ | 62.13 | 66.09 | 66.61 | - |
YUV | 211.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 213 | 204 | 0 | 0 | 0.04 | 0.16 | 60 | 0.1 | 0.82 |
Hex | D5 | D5 | CC | 0 | 0 | 4 | 10 | 3C | A | 52 |
Octal | 325 | 325 | 314 | 0 | 0 | 4 | 20 | 74 | 12 | 122 |
Binary | 11010101 | 11010101 | 11001100 | 0 | 0 | 100 | 10000 | 111100 | 1010 | 1010010 |
Color Harmonies of #D5D5CC
Complementary color
Monochromatic Colors of #D5D5CC
Black with #D5D5CC
Text Example
Text Example
White with #D5D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D5CC; }
p { color: rgb(213,213,204); }
H1.HeaderClassName
{
color: #D5D5CC;
}
.AnyTagClassName
{
color: #D5D5CC;
}
</style>
background-color css
<style>
a { background-color: #D5D5CC; }
a { background-color: rgb(213,213,204); }
div.DivClassName
{
background-color: #D5D5CC;
}
.BgClassName
{
background-color: #D5D5CC;
}
</style>
border-color css
<style>
span { border-color: #D5D5CC; }
span { border-color: rgb(213,213,204); }
td.TdClassName
{
border-color: #D5D5CC;
}
.TagClassName
{
border-color: #D5D5CC;
}
</style>