Shades of Celeste #CDCDC4
Tints of Celeste #CDCDC4
RGB
CMYK
RGB Variations
Color information
#CDCDC4 (or 0xCDCDC4) is known color: Celeste. HEX triplet: CD, CD and C4. RGB value is (205,205,196). Sum of RGB (Red+Green+Blue) = 205+205+196=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDC4 is #32323B. Grayscale: #CCCCCC. Windows color (decimal): -3289660 or 12897741. OLE color: 12897741.
HSL color Cylindrical-coordinate representation of color #CDCDC4: hue angle of 60º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDCDC4 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 205 | 196 | - |
CMYK | 0 | 0 | 0.04 | 0.20 |
HSL | 60º | 0.08% | 0.79% | - |
HSV(B) | 60º | 0.04% | 0.8% | - |
XYZ | 56.97 | 60.63 | 60.92 | - |
YUV | 203.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 196 | 0 | 0 | 0.04 | 0.20 | 60 | 0.08 | 0.79 |
Hex | CD | CD | C4 | 0 | 0 | 4 | 14 | 3C | 8 | 4F |
Octal | 315 | 315 | 304 | 0 | 0 | 4 | 24 | 74 | 10 | 117 |
Binary | 11001101 | 11001101 | 11000100 | 0 | 0 | 100 | 10100 | 111100 | 1000 | 1001111 |
Color Harmonies of #CDCDC4
Complementary color
Monochromatic Colors of #CDCDC4
Black with #CDCDC4
Text Example
Text Example
White with #CDCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDC4; }
p { color: rgb(205,205,196); }
H1.HeaderClassName
{
color: #CDCDC4;
}
.AnyTagClassName
{
color: #CDCDC4;
}
</style>
background-color css
<style>
a { background-color: #CDCDC4; }
a { background-color: rgb(205,205,196); }
div.DivClassName
{
background-color: #CDCDC4;
}
.BgClassName
{
background-color: #CDCDC4;
}
</style>
border-color css
<style>
span { border-color: #CDCDC4; }
span { border-color: rgb(205,205,196); }
td.TdClassName
{
border-color: #CDCDC4;
}
.TagClassName
{
border-color: #CDCDC4;
}
</style>