Shades of Celeste #CDCDC5
Tints of Celeste #CDCDC5
RGB
CMYK
RGB Variations
Color information
#CDCDC5 (or 0xCDCDC5) is known color: Celeste. HEX triplet: CD, CD and C5. RGB value is (205,205,197). Sum of RGB (Red+Green+Blue) = 205+205+197=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDC5 is #32323A. Grayscale: #CCCCCC. Windows color (decimal): -3289659 or 12963277. OLE color: 12963277.
HSL color Cylindrical-coordinate representation of color #CDCDC5: hue angle of 60º degrees, saturation: 0.07, 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 #CDCDC5 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 205 | 197 | - |
CMYK | 0 | 0 | 0.04 | 0.20 |
HSL | 60º | 0.07% | 0.79% | - |
HSV(B) | 60º | 0.04% | 0.8% | - |
XYZ | 57.09 | 60.67 | 61.53 | - |
YUV | 204.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 197 | 0 | 0 | 0.04 | 0.20 | 60 | 0.07 | 0.79 |
Hex | CD | CD | C5 | 0 | 0 | 4 | 14 | 3C | 7 | 4F |
Octal | 315 | 315 | 305 | 0 | 0 | 4 | 24 | 74 | 7 | 117 |
Binary | 11001101 | 11001101 | 11000101 | 0 | 0 | 100 | 10100 | 111100 | 111 | 1001111 |
Color Harmonies of #CDCDC5
Complementary color
Monochromatic Colors of #CDCDC5
Black with #CDCDC5
Text Example
Text Example
White with #CDCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDC5; }
p { color: rgb(205,205,197); }
H1.HeaderClassName
{
color: #CDCDC5;
}
.AnyTagClassName
{
color: #CDCDC5;
}
</style>
background-color css
<style>
a { background-color: #CDCDC5; }
a { background-color: rgb(205,205,197); }
div.DivClassName
{
background-color: #CDCDC5;
}
.BgClassName
{
background-color: #CDCDC5;
}
</style>
border-color css
<style>
span { border-color: #CDCDC5; }
span { border-color: rgb(205,205,197); }
td.TdClassName
{
border-color: #CDCDC5;
}
.TagClassName
{
border-color: #CDCDC5;
}
</style>