Shades of Prelude #CCB2DB
Tints of Prelude #CCB2DB
RGB
CMYK
RGB Variations
Color information
#CCB2DB (or 0xCCB2DB) is known color: Prelude. HEX triplet: CC, B2 and DB. RGB value is (204,178,219). Sum of RGB (Red+Green+Blue) = 204+178+219=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2DB is #334D24. Grayscale: #BEBEBE. Windows color (decimal): -3362085 or 14398156. OLE color: 14398156.
HSL color Cylindrical-coordinate representation of color #CCB2DB: hue angle of 278.05º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCB2DB is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 178 | 219 | - |
CMYK | 0.07 | 0.19 | 0 | 0.14 |
HSL | 278.05º | 0.36% | 0.78% | - |
HSV(B) | 278.05º | 0.19% | 0.86% | - |
XYZ | 53.61 | 49.79 | 73.8 | - |
YUV | 190.45 | 144.11 | 137.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 178 | 219 | 0.07 | 0.19 | 0 | 0.14 | 278.05 | 0.36 | 0.78 |
Hex | CC | B2 | DB | 7 | 13 | 0 | E | 116 | 24 | 4E |
Octal | 314 | 262 | 333 | 7 | 23 | 0 | 16 | 426 | 44 | 116 |
Binary | 11001100 | 10110010 | 11011011 | 111 | 10011 | 0 | 1110 | 100010110 | 100100 | 1001110 |
Color Harmonies of #CCB2DB
Complementary color
Monochromatic Colors of #CCB2DB
Black with #CCB2DB
Text Example
Text Example
White with #CCB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2DB; }
p { color: rgb(204,178,219); }
H1.HeaderClassName
{
color: #CCB2DB;
}
.AnyTagClassName
{
color: #CCB2DB;
}
</style>
background-color css
<style>
a { background-color: #CCB2DB; }
a { background-color: rgb(204,178,219); }
div.DivClassName
{
background-color: #CCB2DB;
}
.BgClassName
{
background-color: #CCB2DB;
}
</style>
border-color css
<style>
span { border-color: #CCB2DB; }
span { border-color: rgb(204,178,219); }
td.TdClassName
{
border-color: #CCB2DB;
}
.TagClassName
{
border-color: #CCB2DB;
}
</style>