Shades of Celeste #CDCDC2
Tints of Celeste #CDCDC2
RGB
CMYK
RGB Variations
Color information
#CDCDC2 (or 0xCDCDC2) is known color: Celeste. HEX triplet: CD, CD and C2. RGB value is (205,205,194). Sum of RGB (Red+Green+Blue) = 205+205+194=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDC2 is #32323D. Grayscale: #CBCBCB. Windows color (decimal): -3289662 or 12766669. OLE color: 12766669.
HSL color Cylindrical-coordinate representation of color #CDCDC2: hue angle of 60º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDCDC2 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 205 | 194 | - |
CMYK | 0 | 0 | 0.05 | 0.20 |
HSL | 60º | 0.1% | 0.78% | - |
HSV(B) | 60º | 0.05% | 0.8% | - |
XYZ | 56.75 | 60.54 | 59.73 | - |
YUV | 203.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 194 | 0 | 0 | 0.05 | 0.20 | 60 | 0.1 | 0.78 |
Hex | CD | CD | C2 | 0 | 0 | 5 | 14 | 3C | A | 4E |
Octal | 315 | 315 | 302 | 0 | 0 | 5 | 24 | 74 | 12 | 116 |
Binary | 11001101 | 11001101 | 11000010 | 0 | 0 | 101 | 10100 | 111100 | 1010 | 1001110 |
Color Harmonies of #CDCDC2
Complementary color
Monochromatic Colors of #CDCDC2
Black with #CDCDC2
Text Example
Text Example
White with #CDCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDC2; }
p { color: rgb(205,205,194); }
H1.HeaderClassName
{
color: #CDCDC2;
}
.AnyTagClassName
{
color: #CDCDC2;
}
</style>
background-color css
<style>
a { background-color: #CDCDC2; }
a { background-color: rgb(205,205,194); }
div.DivClassName
{
background-color: #CDCDC2;
}
.BgClassName
{
background-color: #CDCDC2;
}
</style>
border-color css
<style>
span { border-color: #CDCDC2; }
span { border-color: rgb(205,205,194); }
td.TdClassName
{
border-color: #CDCDC2;
}
.TagClassName
{
border-color: #CDCDC2;
}
</style>