Shades of Prelude #CECAD1
Tints of Prelude #CECAD1
RGB
CMYK
RGB Variations
Color information
#CECAD1 (or 0xCECAD1) is known color: Prelude. HEX triplet: CE, CA and D1. RGB value is (206,202,209). Sum of RGB (Red+Green+Blue) = 206+202+209=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 209 - color contains mainly: blue. Hex color #CECAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAD1 is #31352E. Grayscale: #CBCBCB. Windows color (decimal): -3224879 or 13748942. OLE color: 13748942.
HSL color Cylindrical-coordinate representation of color #CECAD1: hue angle of 274.29º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECAD1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 202 | 209 | - |
CMYK | 0.01 | 0.03 | 0 | 0.18 |
HSL | 274.29º | 0.07% | 0.81% | - |
HSV(B) | 274.29º | 0.03% | 0.82% | - |
XYZ | 58.08 | 59.97 | 68.83 | - |
YUV | 203.99 | 130.83 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 209 | 0.01 | 0.03 | 0 | 0.18 | 274.29 | 0.07 | 0.81 |
Hex | CE | CA | D1 | 1 | 3 | 0 | 12 | 112 | 7 | 51 |
Octal | 316 | 312 | 321 | 1 | 3 | 0 | 22 | 422 | 7 | 121 |
Binary | 11001110 | 11001010 | 11010001 | 1 | 11 | 0 | 10010 | 100010010 | 111 | 1010001 |
Color Harmonies of #CECAD1
Complementary color
Monochromatic Colors of #CECAD1
Black with #CECAD1
Text Example
Text Example
White with #CECAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAD1; }
p { color: rgb(206,202,209); }
H1.HeaderClassName
{
color: #CECAD1;
}
.AnyTagClassName
{
color: #CECAD1;
}
</style>
background-color css
<style>
a { background-color: #CECAD1; }
a { background-color: rgb(206,202,209); }
div.DivClassName
{
background-color: #CECAD1;
}
.BgClassName
{
background-color: #CECAD1;
}
</style>
border-color css
<style>
span { border-color: #CECAD1; }
span { border-color: rgb(206,202,209); }
td.TdClassName
{
border-color: #CECAD1;
}
.TagClassName
{
border-color: #CECAD1;
}
</style>