Shades of Prelude #CAB9D0
Tints of Prelude #CAB9D0
RGB
CMYK
RGB Variations
Color information
#CAB9D0 (or 0xCAB9D0) is known color: Prelude. HEX triplet: CA, B9 and D0. RGB value is (202,185,208). Sum of RGB (Red+Green+Blue) = 202+185+208=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9D0 is #35462F. Grayscale: #C0C0C0. Windows color (decimal): -3491376 or 13679050. OLE color: 13679050.
HSL color Cylindrical-coordinate representation of color #CAB9D0: hue angle of 284.35º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB9D0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 185 | 208 | - |
CMYK | 0.03 | 0.11 | 0 | 0.18 |
HSL | 284.35º | 0.2% | 0.77% | - |
HSV(B) | 284.35º | 0.11% | 0.82% | - |
XYZ | 53.09 | 51.81 | 66.88 | - |
YUV | 192.71 | 136.63 | 134.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 185 | 208 | 0.03 | 0.11 | 0 | 0.18 | 284.35 | 0.2 | 0.77 |
Hex | CA | B9 | D0 | 3 | B | 0 | 12 | 11C | 14 | 4D |
Octal | 312 | 271 | 320 | 3 | 13 | 0 | 22 | 434 | 24 | 115 |
Binary | 11001010 | 10111001 | 11010000 | 11 | 1011 | 0 | 10010 | 100011100 | 10100 | 1001101 |
Color Harmonies of #CAB9D0
Complementary color
Monochromatic Colors of #CAB9D0
Black with #CAB9D0
Text Example
Text Example
White with #CAB9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9D0; }
p { color: rgb(202,185,208); }
H1.HeaderClassName
{
color: #CAB9D0;
}
.AnyTagClassName
{
color: #CAB9D0;
}
</style>
background-color css
<style>
a { background-color: #CAB9D0; }
a { background-color: rgb(202,185,208); }
div.DivClassName
{
background-color: #CAB9D0;
}
.BgClassName
{
background-color: #CAB9D0;
}
</style>
border-color css
<style>
span { border-color: #CAB9D0; }
span { border-color: rgb(202,185,208); }
td.TdClassName
{
border-color: #CAB9D0;
}
.TagClassName
{
border-color: #CAB9D0;
}
</style>