Shades of Prelude #CAB4DB
Tints of Prelude #CAB4DB
RGB
CMYK
RGB Variations
Color information
#CAB4DB (or 0xCAB4DB) is known color: Prelude. HEX triplet: CA, B4 and DB. RGB value is (202,180,219). Sum of RGB (Red+Green+Blue) = 202+180+219=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 180 (70.70% from 255 or 29.95% 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 #CAB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4DB is #354B24. Grayscale: #BEBEBE. Windows color (decimal): -3492645 or 14398666. OLE color: 14398666.
HSL color Cylindrical-coordinate representation of color #CAB4DB: hue angle of 273.85º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAB4DB is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 180 | 219 | - |
CMYK | 0.08 | 0.18 | 0 | 0.14 |
HSL | 273.85º | 0.35% | 0.78% | - |
HSV(B) | 273.85º | 0.18% | 0.86% | - |
XYZ | 53.46 | 50.31 | 73.91 | - |
YUV | 191.02 | 143.79 | 135.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 180 | 219 | 0.08 | 0.18 | 0 | 0.14 | 273.85 | 0.35 | 0.78 |
Hex | CA | B4 | DB | 8 | 12 | 0 | E | 112 | 23 | 4E |
Octal | 312 | 264 | 333 | 10 | 22 | 0 | 16 | 422 | 43 | 116 |
Binary | 11001010 | 10110100 | 11011011 | 1000 | 10010 | 0 | 1110 | 100010010 | 100011 | 1001110 |
Color Harmonies of #CAB4DB
Complementary color
Monochromatic Colors of #CAB4DB
Black with #CAB4DB
Text Example
Text Example
White with #CAB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4DB; }
p { color: rgb(202,180,219); }
H1.HeaderClassName
{
color: #CAB4DB;
}
.AnyTagClassName
{
color: #CAB4DB;
}
</style>
background-color css
<style>
a { background-color: #CAB4DB; }
a { background-color: rgb(202,180,219); }
div.DivClassName
{
background-color: #CAB4DB;
}
.BgClassName
{
background-color: #CAB4DB;
}
</style>
border-color css
<style>
span { border-color: #CAB4DB; }
span { border-color: rgb(202,180,219); }
td.TdClassName
{
border-color: #CAB4DB;
}
.TagClassName
{
border-color: #CAB4DB;
}
</style>