Shades of Prelude #CEC8D3
Tints of Prelude #CEC8D3
RGB
CMYK
RGB Variations
Color information
#CEC8D3 (or 0xCEC8D3) is known color: Prelude. HEX triplet: CE, C8 and D3. RGB value is (206,200,211). Sum of RGB (Red+Green+Blue) = 206+200+211=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEC8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8D3 is #31372C. Grayscale: #CBCBCB. Windows color (decimal): -3225389 or 13879502. OLE color: 13879502.
HSL color Cylindrical-coordinate representation of color #CEC8D3: hue angle of 272.73º degrees, saturation: 0.11, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC8D3 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 200 | 211 | - |
CMYK | 0.02 | 0.05 | 0 | 0.17 |
HSL | 272.73º | 0.11% | 0.81% | - |
HSV(B) | 272.73º | 0.05% | 0.83% | - |
XYZ | 57.87 | 59.13 | 69.99 | - |
YUV | 203.05 | 132.49 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 211 | 0.02 | 0.05 | 0 | 0.17 | 272.73 | 0.11 | 0.81 |
Hex | CE | C8 | D3 | 2 | 5 | 0 | 11 | 111 | B | 51 |
Octal | 316 | 310 | 323 | 2 | 5 | 0 | 21 | 421 | 13 | 121 |
Binary | 11001110 | 11001000 | 11010011 | 10 | 101 | 0 | 10001 | 100010001 | 1011 | 1010001 |
Color Harmonies of #CEC8D3
Complementary color
Monochromatic Colors of #CEC8D3
Black with #CEC8D3
Text Example
Text Example
White with #CEC8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8D3; }
p { color: rgb(206,200,211); }
H1.HeaderClassName
{
color: #CEC8D3;
}
.AnyTagClassName
{
color: #CEC8D3;
}
</style>
background-color css
<style>
a { background-color: #CEC8D3; }
a { background-color: rgb(206,200,211); }
div.DivClassName
{
background-color: #CEC8D3;
}
.BgClassName
{
background-color: #CEC8D3;
}
</style>
border-color css
<style>
span { border-color: #CEC8D3; }
span { border-color: rgb(206,200,211); }
td.TdClassName
{
border-color: #CEC8D3;
}
.TagClassName
{
border-color: #CEC8D3;
}
</style>