Shades of Celeste #CFCFC2
Tints of Celeste #CFCFC2
RGB
CMYK
RGB Variations
Color information
#CFCFC2 (or 0xCFCFC2) is known color: Celeste. HEX triplet: CF, CF and C2. RGB value is (207,207,194). Sum of RGB (Red+Green+Blue) = 207+207+194=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFC2 is #30303D. Grayscale: #CDCDCD. Windows color (decimal): -3158078 or 12767183. OLE color: 12767183.
HSL color Cylindrical-coordinate representation of color #CFCFC2: hue angle of 60º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCFC2 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 207 | 194 | - |
CMYK | 0 | 0 | 0.06 | 0.19 |
HSL | 60º | 0.12% | 0.79% | - |
HSV(B) | 60º | 0.06% | 0.81% | - |
XYZ | 57.78 | 61.79 | 59.92 | - |
YUV | 205.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 194 | 0 | 0 | 0.06 | 0.19 | 60 | 0.12 | 0.79 |
Hex | CF | CF | C2 | 0 | 0 | 6 | 13 | 3C | C | 4F |
Octal | 317 | 317 | 302 | 0 | 0 | 6 | 23 | 74 | 14 | 117 |
Binary | 11001111 | 11001111 | 11000010 | 0 | 0 | 110 | 10011 | 111100 | 1100 | 1001111 |
Color Harmonies of #CFCFC2
Complementary color
Monochromatic Colors of #CFCFC2
Black with #CFCFC2
Text Example
Text Example
White with #CFCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFC2; }
p { color: rgb(207,207,194); }
H1.HeaderClassName
{
color: #CFCFC2;
}
.AnyTagClassName
{
color: #CFCFC2;
}
</style>
background-color css
<style>
a { background-color: #CFCFC2; }
a { background-color: rgb(207,207,194); }
div.DivClassName
{
background-color: #CFCFC2;
}
.BgClassName
{
background-color: #CFCFC2;
}
</style>
border-color css
<style>
span { border-color: #CFCFC2; }
span { border-color: rgb(207,207,194); }
td.TdClassName
{
border-color: #CFCFC2;
}
.TagClassName
{
border-color: #CFCFC2;
}
</style>