Shades of Prelude #CECCCF
Tints of Prelude #CECCCF
RGB
CMYK
RGB Variations
Color information
#CECCCF (or 0xCECCCF) is known color: Prelude. HEX triplet: CE, CC and CF. RGB value is (206,204,207). Sum of RGB (Red+Green+Blue) = 206+204+207=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 207 - color contains mainly: blue. Hex color #CECCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCCF is #313330. Grayscale: #CCCCCC. Windows color (decimal): -3224369 or 13618382. OLE color: 13618382.
HSL color Cylindrical-coordinate representation of color #CECCCF: hue angle of 280º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECCCF is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 207 | - |
CMYK | 0.00 | 0.01 | 0 | 0.19 |
HSL | 280º | 0.03% | 0.81% | - |
HSV(B) | 280º | 0.01% | 0.81% | - |
XYZ | 58.31 | 60.81 | 67.7 | - |
YUV | 204.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 207 | 0.00 | 0.01 | 0 | 0.19 | 280 | 0.03 | 0.81 |
Hex | CE | CC | CF | 0 | 1 | 0 | 13 | 118 | 3 | 51 |
Octal | 316 | 314 | 317 | 0 | 1 | 0 | 23 | 430 | 3 | 121 |
Binary | 11001110 | 11001100 | 11001111 | 0 | 1 | 0 | 10011 | 100011000 | 11 | 1010001 |
Color Harmonies of #CECCCF
Complementary color
Monochromatic Colors of #CECCCF
Black with #CECCCF
Text Example
Text Example
White with #CECCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCCF; }
p { color: rgb(206,204,207); }
H1.HeaderClassName
{
color: #CECCCF;
}
.AnyTagClassName
{
color: #CECCCF;
}
</style>
background-color css
<style>
a { background-color: #CECCCF; }
a { background-color: rgb(206,204,207); }
div.DivClassName
{
background-color: #CECCCF;
}
.BgClassName
{
background-color: #CECCCF;
}
</style>
border-color css
<style>
span { border-color: #CECCCF; }
span { border-color: rgb(206,204,207); }
td.TdClassName
{
border-color: #CECCCF;
}
.TagClassName
{
border-color: #CECCCF;
}
</style>