Shades of Prelude #CAB2DB
Tints of Prelude #CAB2DB
RGB
CMYK
RGB Variations
Color information
#CAB2DB (or 0xCAB2DB) is known color: Prelude. HEX triplet: CA, B2 and DB. RGB value is (202,178,219). Sum of RGB (Red+Green+Blue) = 202+178+219=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2DB is #354D24. Grayscale: #BDBDBD. Windows color (decimal): -3493157 or 14398154. OLE color: 14398154.
HSL color Cylindrical-coordinate representation of color #CAB2DB: hue angle of 275.12º 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 #CAB2DB is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 178 | 219 | - |
CMYK | 0.08 | 0.19 | 0 | 0.14 |
HSL | 275.12º | 0.36% | 0.78% | - |
HSV(B) | 275.12º | 0.19% | 0.86% | - |
XYZ | 53.06 | 49.51 | 73.78 | - |
YUV | 189.85 | 144.45 | 136.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 178 | 219 | 0.08 | 0.19 | 0 | 0.14 | 275.12 | 0.36 | 0.78 |
Hex | CA | B2 | DB | 8 | 13 | 0 | E | 113 | 24 | 4E |
Octal | 312 | 262 | 333 | 10 | 23 | 0 | 16 | 423 | 44 | 116 |
Binary | 11001010 | 10110010 | 11011011 | 1000 | 10011 | 0 | 1110 | 100010011 | 100100 | 1001110 |
Color Harmonies of #CAB2DB
Complementary color
Monochromatic Colors of #CAB2DB
Black with #CAB2DB
Text Example
Text Example
White with #CAB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2DB; }
p { color: rgb(202,178,219); }
H1.HeaderClassName
{
color: #CAB2DB;
}
.AnyTagClassName
{
color: #CAB2DB;
}
</style>
background-color css
<style>
a { background-color: #CAB2DB; }
a { background-color: rgb(202,178,219); }
div.DivClassName
{
background-color: #CAB2DB;
}
.BgClassName
{
background-color: #CAB2DB;
}
</style>
border-color css
<style>
span { border-color: #CAB2DB; }
span { border-color: rgb(202,178,219); }
td.TdClassName
{
border-color: #CAB2DB;
}
.TagClassName
{
border-color: #CAB2DB;
}
</style>