Shades of Prelude #CAB4DA
Tints of Prelude #CAB4DA
RGB
CMYK
RGB Variations
Color information
#CAB4DA (or 0xCAB4DA) is known color: Prelude. HEX triplet: CA, B4 and DA. RGB value is (202,180,218). Sum of RGB (Red+Green+Blue) = 202+180+218=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4DA is #354B25. Grayscale: #BEBEBE. Windows color (decimal): -3492646 or 14333130. OLE color: 14333130.
HSL color Cylindrical-coordinate representation of color #CAB4DA: hue angle of 274.74º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAB4DA is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 180 | 218 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.15 |
| HSL | 274.74º | 0.34% | 0.78% | - |
| HSV(B) | 274.74º | 0.17% | 0.85% | - |
| XYZ | 53.33 | 50.26 | 73.22 | - |
| YUV | 190.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 218 | 0.07 | 0.17 | 0 | 0.15 | 274.74 | 0.34 | 0.78 |
| Hex | CA | B4 | DA | 7 | 11 | 0 | F | 113 | 22 | 4E |
| Octal | 312 | 264 | 332 | 7 | 21 | 0 | 17 | 423 | 42 | 116 |
| Binary | 11001010 | 10110100 | 11011010 | 111 | 10001 | 0 | 1111 | 100010011 | 100010 | 1001110 |
Color Harmonies of #CAB4DA
Complementary color
Monochromatic Colors of #CAB4DA
Black with #CAB4DA
Text Example
Text Example
White with #CAB4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4DA; }
p { color: rgb(202,180,218); }
H1.HeaderClassName
{
color: #CAB4DA;
}
.AnyTagClassName
{
color: #CAB4DA;
}
</style>
background-color css
<style>
a { background-color: #CAB4DA; }
a { background-color: rgb(202,180,218); }
div.DivClassName
{
background-color: #CAB4DA;
}
.BgClassName
{
background-color: #CAB4DA;
}
</style>
border-color css
<style>
span { border-color: #CAB4DA; }
span { border-color: rgb(202,180,218); }
td.TdClassName
{
border-color: #CAB4DA;
}
.TagClassName
{
border-color: #CAB4DA;
}
</style>