Shades of Prelude #CCB5D2
Tints of Prelude #CCB5D2
RGB
CMYK
RGB Variations
Color information
#CCB5D2 (or 0xCCB5D2) is known color: Prelude. HEX triplet: CC, B5 and D2. RGB value is (204,181,210). Sum of RGB (Red+Green+Blue) = 204+181+210=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCB5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5D2 is #334A2D. Grayscale: #BFBFBF. Windows color (decimal): -3361326 or 13809100. OLE color: 13809100.
HSL color Cylindrical-coordinate representation of color #CCB5D2: hue angle of 287.59º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB5D2 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 181 | 210 | - |
CMYK | 0.03 | 0.14 | 0 | 0.18 |
HSL | 287.59º | 0.24% | 0.77% | - |
HSV(B) | 287.59º | 0.14% | 0.82% | - |
XYZ | 53.06 | 50.54 | 67.93 | - |
YUV | 191.18 | 138.62 | 137.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 181 | 210 | 0.03 | 0.14 | 0 | 0.18 | 287.59 | 0.24 | 0.77 |
Hex | CC | B5 | D2 | 3 | E | 0 | 12 | 120 | 18 | 4D |
Octal | 314 | 265 | 322 | 3 | 16 | 0 | 22 | 440 | 30 | 115 |
Binary | 11001100 | 10110101 | 11010010 | 11 | 1110 | 0 | 10010 | 100100000 | 11000 | 1001101 |
Color Harmonies of #CCB5D2
Complementary color
Monochromatic Colors of #CCB5D2
Black with #CCB5D2
Text Example
Text Example
White with #CCB5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5D2; }
p { color: rgb(204,181,210); }
H1.HeaderClassName
{
color: #CCB5D2;
}
.AnyTagClassName
{
color: #CCB5D2;
}
</style>
background-color css
<style>
a { background-color: #CCB5D2; }
a { background-color: rgb(204,181,210); }
div.DivClassName
{
background-color: #CCB5D2;
}
.BgClassName
{
background-color: #CCB5D2;
}
</style>
border-color css
<style>
span { border-color: #CCB5D2; }
span { border-color: rgb(204,181,210); }
td.TdClassName
{
border-color: #CCB5D2;
}
.TagClassName
{
border-color: #CCB5D2;
}
</style>