Shades of Prelude #CAB2D8
Tints of Prelude #CAB2D8
RGB
CMYK
RGB Variations
Color information
#CAB2D8 (or 0xCAB2D8) is known color: Prelude. HEX triplet: CA, B2 and D8. RGB value is (202,178,216). Sum of RGB (Red+Green+Blue) = 202+178+216=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAB2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2D8 is #354D27. Grayscale: #BDBDBD. Windows color (decimal): -3493160 or 14201546. OLE color: 14201546.
HSL color Cylindrical-coordinate representation of color #CAB2D8: hue angle of 277.89º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAB2D8 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 178 | 216 | - |
CMYK | 0.06 | 0.18 | 0 | 0.15 |
HSL | 277.89º | 0.33% | 0.77% | - |
HSV(B) | 277.89º | 0.18% | 0.85% | - |
XYZ | 52.67 | 49.36 | 71.72 | - |
YUV | 189.51 | 142.95 | 136.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 178 | 216 | 0.06 | 0.18 | 0 | 0.15 | 277.89 | 0.33 | 0.77 |
Hex | CA | B2 | D8 | 6 | 12 | 0 | F | 116 | 21 | 4D |
Octal | 312 | 262 | 330 | 6 | 22 | 0 | 17 | 426 | 41 | 115 |
Binary | 11001010 | 10110010 | 11011000 | 110 | 10010 | 0 | 1111 | 100010110 | 100001 | 1001101 |
Color Harmonies of #CAB2D8
Complementary color
Monochromatic Colors of #CAB2D8
Black with #CAB2D8
Text Example
Text Example
White with #CAB2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2D8; }
p { color: rgb(202,178,216); }
H1.HeaderClassName
{
color: #CAB2D8;
}
.AnyTagClassName
{
color: #CAB2D8;
}
</style>
background-color css
<style>
a { background-color: #CAB2D8; }
a { background-color: rgb(202,178,216); }
div.DivClassName
{
background-color: #CAB2D8;
}
.BgClassName
{
background-color: #CAB2D8;
}
</style>
border-color css
<style>
span { border-color: #CAB2D8; }
span { border-color: rgb(202,178,216); }
td.TdClassName
{
border-color: #CAB2D8;
}
.TagClassName
{
border-color: #CAB2D8;
}
</style>