Shades of Prelude #CAB1DB
Tints of Prelude #CAB1DB
RGB
CMYK
RGB Variations
Color information
#CAB1DB (or 0xCAB1DB) is known color: Prelude. HEX triplet: CA, B1 and DB. RGB value is (202,177,219). Sum of RGB (Red+Green+Blue) = 202+177+219=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1DB is #354E24. Grayscale: #BDBDBD. Windows color (decimal): -3493413 or 14397898. OLE color: 14397898.
HSL color Cylindrical-coordinate representation of color #CAB1DB: hue angle of 275.71º degrees, saturation: 0.37, 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 #CAB1DB is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 177 | 219 | - |
CMYK | 0.08 | 0.19 | 0 | 0.14 |
HSL | 275.71º | 0.37% | 0.78% | - |
HSV(B) | 275.71º | 0.19% | 0.86% | - |
XYZ | 52.87 | 49.12 | 73.71 | - |
YUV | 189.26 | 144.78 | 137.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 177 | 219 | 0.08 | 0.19 | 0 | 0.14 | 275.71 | 0.37 | 0.78 |
Hex | CA | B1 | DB | 8 | 13 | 0 | E | 114 | 25 | 4E |
Octal | 312 | 261 | 333 | 10 | 23 | 0 | 16 | 424 | 45 | 116 |
Binary | 11001010 | 10110001 | 11011011 | 1000 | 10011 | 0 | 1110 | 100010100 | 100101 | 1001110 |
Color Harmonies of #CAB1DB
Complementary color
Monochromatic Colors of #CAB1DB
Black with #CAB1DB
Text Example
Text Example
White with #CAB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1DB; }
p { color: rgb(202,177,219); }
H1.HeaderClassName
{
color: #CAB1DB;
}
.AnyTagClassName
{
color: #CAB1DB;
}
</style>
background-color css
<style>
a { background-color: #CAB1DB; }
a { background-color: rgb(202,177,219); }
div.DivClassName
{
background-color: #CAB1DB;
}
.BgClassName
{
background-color: #CAB1DB;
}
</style>
border-color css
<style>
span { border-color: #CAB1DB; }
span { border-color: rgb(202,177,219); }
td.TdClassName
{
border-color: #CAB1DB;
}
.TagClassName
{
border-color: #CAB1DB;
}
</style>