Shades of Prelude #CEC3D1
Tints of Prelude #CEC3D1
RGB
CMYK
RGB Variations
Color information
#CEC3D1 (or 0xCEC3D1) is known color: Prelude. HEX triplet: CE, C3 and D1. RGB value is (206,195,209). Sum of RGB (Red+Green+Blue) = 206+195+209=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEC3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3D1 is #313C2E. Grayscale: #C7C7C7. Windows color (decimal): -3226671 or 13747150. OLE color: 13747150.
HSL color Cylindrical-coordinate representation of color #CEC3D1: hue angle of 287.14º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC3D1 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 195 | 209 | - |
CMYK | 0.01 | 0.07 | 0 | 0.18 |
HSL | 287.14º | 0.13% | 0.79% | - |
HSV(B) | 287.14º | 0.07% | 0.82% | - |
XYZ | 56.48 | 56.76 | 68.3 | - |
YUV | 199.89 | 133.14 | 132.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 209 | 0.01 | 0.07 | 0 | 0.18 | 287.14 | 0.13 | 0.79 |
Hex | CE | C3 | D1 | 1 | 7 | 0 | 12 | 11F | D | 4F |
Octal | 316 | 303 | 321 | 1 | 7 | 0 | 22 | 437 | 15 | 117 |
Binary | 11001110 | 11000011 | 11010001 | 1 | 111 | 0 | 10010 | 100011111 | 1101 | 1001111 |
Color Harmonies of #CEC3D1
Complementary color
Monochromatic Colors of #CEC3D1
Black with #CEC3D1
Text Example
Text Example
White with #CEC3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3D1; }
p { color: rgb(206,195,209); }
H1.HeaderClassName
{
color: #CEC3D1;
}
.AnyTagClassName
{
color: #CEC3D1;
}
</style>
background-color css
<style>
a { background-color: #CEC3D1; }
a { background-color: rgb(206,195,209); }
div.DivClassName
{
background-color: #CEC3D1;
}
.BgClassName
{
background-color: #CEC3D1;
}
</style>
border-color css
<style>
span { border-color: #CEC3D1; }
span { border-color: rgb(206,195,209); }
td.TdClassName
{
border-color: #CEC3D1;
}
.TagClassName
{
border-color: #CEC3D1;
}
</style>