Shades of Prelude #CAB4D2
Tints of Prelude #CAB4D2
RGB
CMYK
RGB Variations
Color information
#CAB4D2 (or 0xCAB4D2) is known color: Prelude. HEX triplet: CA, B4 and D2. RGB value is (202,180,210). Sum of RGB (Red+Green+Blue) = 202+180+210=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAB4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4D2 is #354B2D. Grayscale: #BDBDBD. Windows color (decimal): -3492654 or 13808842. OLE color: 13808842.
HSL color Cylindrical-coordinate representation of color #CAB4D2: hue angle of 284º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB4D2 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 180 | 210 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.18 |
| HSL | 284º | 0.25% | 0.76% | - |
| HSV(B) | 284º | 0.14% | 0.82% | - |
| XYZ | 52.31 | 49.85 | 67.84 | - |
| YUV | 190 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 210 | 0.04 | 0.14 | 0 | 0.18 | 284 | 0.25 | 0.76 |
| Hex | CA | B4 | D2 | 4 | E | 0 | 12 | 11C | 19 | 4C |
| Octal | 312 | 264 | 322 | 4 | 16 | 0 | 22 | 434 | 31 | 114 |
| Binary | 11001010 | 10110100 | 11010010 | 100 | 1110 | 0 | 10010 | 100011100 | 11001 | 1001100 |
Color Harmonies of #CAB4D2
Complementary color
Monochromatic Colors of #CAB4D2
Black with #CAB4D2
Text Example
Text Example
White with #CAB4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4D2; }
p { color: rgb(202,180,210); }
H1.HeaderClassName
{
color: #CAB4D2;
}
.AnyTagClassName
{
color: #CAB4D2;
}
</style>
background-color css
<style>
a { background-color: #CAB4D2; }
a { background-color: rgb(202,180,210); }
div.DivClassName
{
background-color: #CAB4D2;
}
.BgClassName
{
background-color: #CAB4D2;
}
</style>
border-color css
<style>
span { border-color: #CAB4D2; }
span { border-color: rgb(202,180,210); }
td.TdClassName
{
border-color: #CAB4D2;
}
.TagClassName
{
border-color: #CAB4D2;
}
</style>