Shades of Celeste #CDCDBF
Tints of Celeste #CDCDBF
RGB
CMYK
RGB Variations
Color information
#CDCDBF (or 0xCDCDBF) is known color: Celeste. HEX triplet: CD, CD and BF. RGB value is (205,205,191). Sum of RGB (Red+Green+Blue) = 205+205+191=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDBF is #323240. Grayscale: #CBCBCB. Windows color (decimal): -3289665 or 12570061. OLE color: 12570061.
HSL color Cylindrical-coordinate representation of color #CDCDBF: hue angle of 60º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDCDBF is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 205 | 191 | - |
CMYK | 0 | 0 | 0.07 | 0.20 |
HSL | 60º | 0.12% | 0.78% | - |
HSV(B) | 60º | 0.07% | 0.8% | - |
XYZ | 56.41 | 60.4 | 57.98 | - |
YUV | 203.4 | 121 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 191 | 0 | 0 | 0.07 | 0.20 | 60 | 0.12 | 0.78 |
Hex | CD | CD | BF | 0 | 0 | 7 | 14 | 3C | C | 4E |
Octal | 315 | 315 | 277 | 0 | 0 | 7 | 24 | 74 | 14 | 116 |
Binary | 11001101 | 11001101 | 10111111 | 0 | 0 | 111 | 10100 | 111100 | 1100 | 1001110 |
Color Harmonies of #CDCDBF
Complementary color
Monochromatic Colors of #CDCDBF
Black with #CDCDBF
Text Example
Text Example
White with #CDCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDBF; }
p { color: rgb(205,205,191); }
H1.HeaderClassName
{
color: #CDCDBF;
}
.AnyTagClassName
{
color: #CDCDBF;
}
</style>
background-color css
<style>
a { background-color: #CDCDBF; }
a { background-color: rgb(205,205,191); }
div.DivClassName
{
background-color: #CDCDBF;
}
.BgClassName
{
background-color: #CDCDBF;
}
</style>
border-color css
<style>
span { border-color: #CDCDBF; }
span { border-color: rgb(205,205,191); }
td.TdClassName
{
border-color: #CDCDBF;
}
.TagClassName
{
border-color: #CDCDBF;
}
</style>