Shades of Celeste #CDCEC2
Tints of Celeste #CDCEC2
RGB
CMYK
RGB Variations
Color information
#CDCEC2 (or 0xCDCEC2) is known color: Celeste. HEX triplet: CD, CE and C2. RGB value is (205,206,194). Sum of RGB (Red+Green+Blue) = 205+206+194=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEC2 is #32313D. Grayscale: #CCCCCC. Windows color (decimal): -3289406 or 12766925. OLE color: 12766925.
HSL color Cylindrical-coordinate representation of color #CDCEC2: hue angle of 65º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCEC2 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 206 | 194 | - |
CMYK | 0.00 | 0 | 0.06 | 0.19 |
HSL | 65º | 0.11% | 0.78% | - |
HSV(B) | 65º | 0.06% | 0.81% | - |
XYZ | 56.99 | 61.02 | 59.81 | - |
YUV | 204.33 | 122.17 | 128.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 206 | 194 | 0.00 | 0 | 0.06 | 0.19 | 65 | 0.11 | 0.78 |
Hex | CD | CE | C2 | 0 | 0 | 6 | 13 | 41 | B | 4E |
Octal | 315 | 316 | 302 | 0 | 0 | 6 | 23 | 101 | 13 | 116 |
Binary | 11001101 | 11001110 | 11000010 | 0 | 0 | 110 | 10011 | 1000001 | 1011 | 1001110 |
Color Harmonies of #CDCEC2
Complementary color
Monochromatic Colors of #CDCEC2
Black with #CDCEC2
Text Example
Text Example
White with #CDCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEC2; }
p { color: rgb(205,206,194); }
H1.HeaderClassName
{
color: #CDCEC2;
}
.AnyTagClassName
{
color: #CDCEC2;
}
</style>
background-color css
<style>
a { background-color: #CDCEC2; }
a { background-color: rgb(205,206,194); }
div.DivClassName
{
background-color: #CDCEC2;
}
.BgClassName
{
background-color: #CDCEC2;
}
</style>
border-color css
<style>
span { border-color: #CDCEC2; }
span { border-color: rgb(205,206,194); }
td.TdClassName
{
border-color: #CDCEC2;
}
.TagClassName
{
border-color: #CDCEC2;
}
</style>