Shades of Prelude #CEC3D3
Tints of Prelude #CEC3D3
RGB
CMYK
RGB Variations
Color information
#CEC3D3 (or 0xCEC3D3) is known color: Prelude. HEX triplet: CE, C3 and D3. RGB value is (206,195,211). Sum of RGB (Red+Green+Blue) = 206+195+211=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEC3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3D3 is #313C2C. Grayscale: #C8C8C8. Windows color (decimal): -3226669 or 13878222. OLE color: 13878222.
HSL color Cylindrical-coordinate representation of color #CEC3D3: hue angle of 281.25º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC3D3 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 195 | 211 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.17 |
| HSL | 281.25º | 0.15% | 0.8% | - |
| HSV(B) | 281.25º | 0.08% | 0.83% | - |
| XYZ | 56.73 | 56.86 | 69.61 | - |
| YUV | 200.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 211 | 0.02 | 0.08 | 0 | 0.17 | 281.25 | 0.15 | 0.8 |
| Hex | CE | C3 | D3 | 2 | 8 | 0 | 11 | 119 | F | 50 |
| Octal | 316 | 303 | 323 | 2 | 10 | 0 | 21 | 431 | 17 | 120 |
| Binary | 11001110 | 11000011 | 11010011 | 10 | 1000 | 0 | 10001 | 100011001 | 1111 | 1010000 |
Color Harmonies of #CEC3D3
Complementary color
Monochromatic Colors of #CEC3D3
Black with #CEC3D3
Text Example
Text Example
White with #CEC3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3D3; }
p { color: rgb(206,195,211); }
H1.HeaderClassName
{
color: #CEC3D3;
}
.AnyTagClassName
{
color: #CEC3D3;
}
</style>
background-color css
<style>
a { background-color: #CEC3D3; }
a { background-color: rgb(206,195,211); }
div.DivClassName
{
background-color: #CEC3D3;
}
.BgClassName
{
background-color: #CEC3D3;
}
</style>
border-color css
<style>
span { border-color: #CEC3D3; }
span { border-color: rgb(206,195,211); }
td.TdClassName
{
border-color: #CEC3D3;
}
.TagClassName
{
border-color: #CEC3D3;
}
</style>