Shades of Prelude #CECBCF
Tints of Prelude #CECBCF
RGB
CMYK
RGB Variations
Color information
#CECBCF (or 0xCECBCF) is known color: Prelude. HEX triplet: CE, CB and CF. RGB value is (206,203,207). Sum of RGB (Red+Green+Blue) = 206+203+207=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 207 - color contains mainly: blue. Hex color #CECBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBCF is #313430. Grayscale: #CCCCCC. Windows color (decimal): -3224625 or 13618126. OLE color: 13618126.
HSL color Cylindrical-coordinate representation of color #CECBCF: hue angle of 285º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECBCF is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 203 | 207 | - |
CMYK | 0.00 | 0.02 | 0 | 0.19 |
HSL | 285º | 0.04% | 0.8% | - |
HSV(B) | 285º | 0.02% | 0.81% | - |
XYZ | 58.07 | 60.34 | 67.62 | - |
YUV | 204.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 207 | 0.00 | 0.02 | 0 | 0.19 | 285 | 0.04 | 0.8 |
Hex | CE | CB | CF | 0 | 2 | 0 | 13 | 11D | 4 | 50 |
Octal | 316 | 313 | 317 | 0 | 2 | 0 | 23 | 435 | 4 | 120 |
Binary | 11001110 | 11001011 | 11001111 | 0 | 10 | 0 | 10011 | 100011101 | 100 | 1010000 |
Color Harmonies of #CECBCF
Complementary color
Monochromatic Colors of #CECBCF
Black with #CECBCF
Text Example
Text Example
White with #CECBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBCF; }
p { color: rgb(206,203,207); }
H1.HeaderClassName
{
color: #CECBCF;
}
.AnyTagClassName
{
color: #CECBCF;
}
</style>
background-color css
<style>
a { background-color: #CECBCF; }
a { background-color: rgb(206,203,207); }
div.DivClassName
{
background-color: #CECBCF;
}
.BgClassName
{
background-color: #CECBCF;
}
</style>
border-color css
<style>
span { border-color: #CECBCF; }
span { border-color: rgb(206,203,207); }
td.TdClassName
{
border-color: #CECBCF;
}
.TagClassName
{
border-color: #CECBCF;
}
</style>