Shades of Celeste #D5D5CA
Tints of Celeste #D5D5CA
RGB
CMYK
RGB Variations
Color information
#D5D5CA (or 0xD5D5CA) is known color: Celeste. HEX triplet: D5, D5 and CA. RGB value is (213,213,202). Sum of RGB (Red+Green+Blue) = 213+213+202=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D5CA is #2A2A35. Grayscale: #D3D3D3. Windows color (decimal): -2763318 or 13293013. OLE color: 13293013.
HSL color Cylindrical-coordinate representation of color #D5D5CA: hue angle of 60º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D5CA is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 213 | 202 | - |
CMYK | 0 | 0 | 0.05 | 0.16 |
HSL | 60º | 0.12% | 0.81% | - |
HSV(B) | 60º | 0.05% | 0.84% | - |
XYZ | 61.9 | 66 | 65.35 | - |
YUV | 211.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 213 | 202 | 0 | 0 | 0.05 | 0.16 | 60 | 0.12 | 0.81 |
Hex | D5 | D5 | CA | 0 | 0 | 5 | 10 | 3C | C | 51 |
Octal | 325 | 325 | 312 | 0 | 0 | 5 | 20 | 74 | 14 | 121 |
Binary | 11010101 | 11010101 | 11001010 | 0 | 0 | 101 | 10000 | 111100 | 1100 | 1010001 |
Color Harmonies of #D5D5CA
Complementary color
Monochromatic Colors of #D5D5CA
Black with #D5D5CA
Text Example
Text Example
White with #D5D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D5CA; }
p { color: rgb(213,213,202); }
H1.HeaderClassName
{
color: #D5D5CA;
}
.AnyTagClassName
{
color: #D5D5CA;
}
</style>
background-color css
<style>
a { background-color: #D5D5CA; }
a { background-color: rgb(213,213,202); }
div.DivClassName
{
background-color: #D5D5CA;
}
.BgClassName
{
background-color: #D5D5CA;
}
</style>
border-color css
<style>
span { border-color: #D5D5CA; }
span { border-color: rgb(213,213,202); }
td.TdClassName
{
border-color: #D5D5CA;
}
.TagClassName
{
border-color: #D5D5CA;
}
</style>