Shades of Celeste #CFCFC1
Tints of Celeste #CFCFC1
RGB
CMYK
RGB Variations
Color information
#CFCFC1 (or 0xCFCFC1) is known color: Celeste. HEX triplet: CF, CF and C1. RGB value is (207,207,193). Sum of RGB (Red+Green+Blue) = 207+207+193=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFC1 is #30303E. Grayscale: #CDCDCD. Windows color (decimal): -3158079 or 12701647. OLE color: 12701647.
HSL color Cylindrical-coordinate representation of color #CFCFC1: hue angle of 60º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCFC1 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 207 | 193 | - |
CMYK | 0 | 0 | 0.07 | 0.19 |
HSL | 60º | 0.13% | 0.78% | - |
HSV(B) | 60º | 0.07% | 0.81% | - |
XYZ | 57.67 | 61.74 | 59.33 | - |
YUV | 205.4 | 121 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 193 | 0 | 0 | 0.07 | 0.19 | 60 | 0.13 | 0.78 |
Hex | CF | CF | C1 | 0 | 0 | 7 | 13 | 3C | D | 4E |
Octal | 317 | 317 | 301 | 0 | 0 | 7 | 23 | 74 | 15 | 116 |
Binary | 11001111 | 11001111 | 11000001 | 0 | 0 | 111 | 10011 | 111100 | 1101 | 1001110 |
Color Harmonies of #CFCFC1
Complementary color
Monochromatic Colors of #CFCFC1
Black with #CFCFC1
Text Example
Text Example
White with #CFCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFC1; }
p { color: rgb(207,207,193); }
H1.HeaderClassName
{
color: #CFCFC1;
}
.AnyTagClassName
{
color: #CFCFC1;
}
</style>
background-color css
<style>
a { background-color: #CFCFC1; }
a { background-color: rgb(207,207,193); }
div.DivClassName
{
background-color: #CFCFC1;
}
.BgClassName
{
background-color: #CFCFC1;
}
</style>
border-color css
<style>
span { border-color: #CFCFC1; }
span { border-color: rgb(207,207,193); }
td.TdClassName
{
border-color: #CFCFC1;
}
.TagClassName
{
border-color: #CFCFC1;
}
</style>