Shades of Prelude #CAB6D7
Tints of Prelude #CAB6D7
RGB
CMYK
RGB Variations
Color information
#CAB6D7 (or 0xCAB6D7) is known color: Prelude. HEX triplet: CA, B6 and D7. RGB value is (202,182,215). Sum of RGB (Red+Green+Blue) = 202+182+215=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAB6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6D7 is #354928. Grayscale: #BFBFBF. Windows color (decimal): -3492137 or 14137034. OLE color: 14137034.
HSL color Cylindrical-coordinate representation of color #CAB6D7: hue angle of 276.36º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB6D7 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 182 | 215 | - |
CMYK | 0.06 | 0.15 | 0 | 0.16 |
HSL | 276.36º | 0.29% | 0.78% | - |
HSV(B) | 276.36º | 0.15% | 0.84% | - |
XYZ | 53.35 | 50.92 | 71.31 | - |
YUV | 191.74 | 141.13 | 135.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 182 | 215 | 0.06 | 0.15 | 0 | 0.16 | 276.36 | 0.29 | 0.78 |
Hex | CA | B6 | D7 | 6 | F | 0 | 10 | 114 | 1D | 4E |
Octal | 312 | 266 | 327 | 6 | 17 | 0 | 20 | 424 | 35 | 116 |
Binary | 11001010 | 10110110 | 11010111 | 110 | 1111 | 0 | 10000 | 100010100 | 11101 | 1001110 |
Color Harmonies of #CAB6D7
Complementary color
Monochromatic Colors of #CAB6D7
Black with #CAB6D7
Text Example
Text Example
White with #CAB6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6D7; }
p { color: rgb(202,182,215); }
H1.HeaderClassName
{
color: #CAB6D7;
}
.AnyTagClassName
{
color: #CAB6D7;
}
</style>
background-color css
<style>
a { background-color: #CAB6D7; }
a { background-color: rgb(202,182,215); }
div.DivClassName
{
background-color: #CAB6D7;
}
.BgClassName
{
background-color: #CAB6D7;
}
</style>
border-color css
<style>
span { border-color: #CAB6D7; }
span { border-color: rgb(202,182,215); }
td.TdClassName
{
border-color: #CAB6D7;
}
.TagClassName
{
border-color: #CAB6D7;
}
</style>