Shades of Celeste #CFCFC3
Tints of Celeste #CFCFC3
RGB
CMYK
RGB Variations
Color information
#CFCFC3 (or 0xCFCFC3) is known color: Celeste. HEX triplet: CF, CF and C3. RGB value is (207,207,195). Sum of RGB (Red+Green+Blue) = 207+207+195=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFC3 is #30303C. Grayscale: #CDCDCD. Windows color (decimal): -3158077 or 12832719. OLE color: 12832719.
HSL color Cylindrical-coordinate representation of color #CFCFC3: hue angle of 60º degrees, saturation: 0.11, 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 #CFCFC3 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 207 | 195 | - |
CMYK | 0 | 0 | 0.06 | 0.19 |
HSL | 60º | 0.11% | 0.79% | - |
HSV(B) | 60º | 0.06% | 0.81% | - |
XYZ | 57.9 | 61.83 | 60.51 | - |
YUV | 205.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 195 | 0 | 0 | 0.06 | 0.19 | 60 | 0.11 | 0.79 |
Hex | CF | CF | C3 | 0 | 0 | 6 | 13 | 3C | B | 4F |
Octal | 317 | 317 | 303 | 0 | 0 | 6 | 23 | 74 | 13 | 117 |
Binary | 11001111 | 11001111 | 11000011 | 0 | 0 | 110 | 10011 | 111100 | 1011 | 1001111 |
Color Harmonies of #CFCFC3
Complementary color
Monochromatic Colors of #CFCFC3
Black with #CFCFC3
Text Example
Text Example
White with #CFCFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFC3; }
p { color: rgb(207,207,195); }
H1.HeaderClassName
{
color: #CFCFC3;
}
.AnyTagClassName
{
color: #CFCFC3;
}
</style>
background-color css
<style>
a { background-color: #CFCFC3; }
a { background-color: rgb(207,207,195); }
div.DivClassName
{
background-color: #CFCFC3;
}
.BgClassName
{
background-color: #CFCFC3;
}
</style>
border-color css
<style>
span { border-color: #CFCFC3; }
span { border-color: rgb(207,207,195); }
td.TdClassName
{
border-color: #CFCFC3;
}
.TagClassName
{
border-color: #CFCFC3;
}
</style>