Shades of Celeste #CDCDCB
Tints of Celeste #CDCDCB
RGB
CMYK
RGB Variations
Color information
#CDCDCB (or 0xCDCDCB) is known color: Celeste. HEX triplet: CD, CD and CB. RGB value is (205,205,203). Sum of RGB (Red+Green+Blue) = 205+205+203=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDCB is #323234. Grayscale: #CCCCCC. Windows color (decimal): -3289653 or 13356493. OLE color: 13356493.
HSL color Cylindrical-coordinate representation of color #CDCDCB: hue angle of 60º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CDCDCB is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 205 | 203 | - |
CMYK | 0 | 0 | 0.01 | 0.20 |
HSL | 60º | 0.02% | 0.8% | - |
HSV(B) | 60º | 0.01% | 0.8% | - |
XYZ | 57.79 | 60.95 | 65.22 | - |
YUV | 204.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 203 | 0 | 0 | 0.01 | 0.20 | 60 | 0.02 | 0.8 |
Hex | CD | CD | CB | 0 | 0 | 1 | 14 | 3C | 2 | 50 |
Octal | 315 | 315 | 313 | 0 | 0 | 1 | 24 | 74 | 2 | 120 |
Binary | 11001101 | 11001101 | 11001011 | 0 | 0 | 1 | 10100 | 111100 | 10 | 1010000 |
Color Harmonies of #CDCDCB
Complementary color
Monochromatic Colors of #CDCDCB
Black with #CDCDCB
Text Example
Text Example
White with #CDCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDCB; }
p { color: rgb(205,205,203); }
H1.HeaderClassName
{
color: #CDCDCB;
}
.AnyTagClassName
{
color: #CDCDCB;
}
</style>
background-color css
<style>
a { background-color: #CDCDCB; }
a { background-color: rgb(205,205,203); }
div.DivClassName
{
background-color: #CDCDCB;
}
.BgClassName
{
background-color: #CDCDCB;
}
</style>
border-color css
<style>
span { border-color: #CDCDCB; }
span { border-color: rgb(205,205,203); }
td.TdClassName
{
border-color: #CDCDCB;
}
.TagClassName
{
border-color: #CDCDCB;
}
</style>