Shades of Prelude #CCB7DB
Tints of Prelude #CCB7DB
RGB
CMYK
RGB Variations
Color information
#CCB7DB (or 0xCCB7DB) is known color: Prelude. HEX triplet: CC, B7 and DB. RGB value is (204,183,219). Sum of RGB (Red+Green+Blue) = 204+183+219=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7DB is #334824. Grayscale: #C1C1C1. Windows color (decimal): -3360805 or 14399436. OLE color: 14399436.
HSL color Cylindrical-coordinate representation of color #CCB7DB: hue angle of 275º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB7DB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 183 | 219 | - |
CMYK | 0.07 | 0.16 | 0 | 0.14 |
HSL | 275º | 0.33% | 0.79% | - |
HSV(B) | 275º | 0.16% | 0.86% | - |
XYZ | 54.62 | 51.82 | 74.14 | - |
YUV | 193.38 | 142.46 | 135.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 183 | 219 | 0.07 | 0.16 | 0 | 0.14 | 275 | 0.33 | 0.79 |
Hex | CC | B7 | DB | 7 | 10 | 0 | E | 113 | 21 | 4F |
Octal | 314 | 267 | 333 | 7 | 20 | 0 | 16 | 423 | 41 | 117 |
Binary | 11001100 | 10110111 | 11011011 | 111 | 10000 | 0 | 1110 | 100010011 | 100001 | 1001111 |
Color Harmonies of #CCB7DB
Complementary color
Monochromatic Colors of #CCB7DB
Black with #CCB7DB
Text Example
Text Example
White with #CCB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7DB; }
p { color: rgb(204,183,219); }
H1.HeaderClassName
{
color: #CCB7DB;
}
.AnyTagClassName
{
color: #CCB7DB;
}
</style>
background-color css
<style>
a { background-color: #CCB7DB; }
a { background-color: rgb(204,183,219); }
div.DivClassName
{
background-color: #CCB7DB;
}
.BgClassName
{
background-color: #CCB7DB;
}
</style>
border-color css
<style>
span { border-color: #CCB7DB; }
span { border-color: rgb(204,183,219); }
td.TdClassName
{
border-color: #CCB7DB;
}
.TagClassName
{
border-color: #CCB7DB;
}
</style>