Shades of Prelude #CAB2DC
Tints of Prelude #CAB2DC
RGB
CMYK
RGB Variations
Color information
#CAB2DC (or 0xCAB2DC) is known color: Prelude. HEX triplet: CA, B2 and DC. RGB value is (202,178,220). Sum of RGB (Red+Green+Blue) = 202+178+220=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2DC is #354D23. Grayscale: #BDBDBD. Windows color (decimal): -3493156 or 14463690. OLE color: 14463690.
HSL color Cylindrical-coordinate representation of color #CAB2DC: hue angle of 274.29º degrees, saturation: 0.38, 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 #CAB2DC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 178 | 220 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.14 |
| HSL | 274.29º | 0.38% | 0.78% | - |
| HSV(B) | 274.29º | 0.19% | 0.86% | - |
| XYZ | 53.2 | 49.56 | 74.47 | - |
| YUV | 189.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 220 | 0.08 | 0.19 | 0 | 0.14 | 274.29 | 0.38 | 0.78 |
| Hex | CA | B2 | DC | 8 | 13 | 0 | E | 112 | 26 | 4E |
| Octal | 312 | 262 | 334 | 10 | 23 | 0 | 16 | 422 | 46 | 116 |
| Binary | 11001010 | 10110010 | 11011100 | 1000 | 10011 | 0 | 1110 | 100010010 | 100110 | 1001110 |
Color Harmonies of #CAB2DC
Complementary color
Monochromatic Colors of #CAB2DC
Black with #CAB2DC
Text Example
Text Example
White with #CAB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2DC; }
p { color: rgb(202,178,220); }
H1.HeaderClassName
{
color: #CAB2DC;
}
.AnyTagClassName
{
color: #CAB2DC;
}
</style>
background-color css
<style>
a { background-color: #CAB2DC; }
a { background-color: rgb(202,178,220); }
div.DivClassName
{
background-color: #CAB2DC;
}
.BgClassName
{
background-color: #CAB2DC;
}
</style>
border-color css
<style>
span { border-color: #CAB2DC; }
span { border-color: rgb(202,178,220); }
td.TdClassName
{
border-color: #CAB2DC;
}
.TagClassName
{
border-color: #CAB2DC;
}
</style>