Shades of Prelude #CABAD0
Tints of Prelude #CABAD0
RGB
CMYK
RGB Variations
Color information
#CABAD0 (or 0xCABAD0) is known color: Prelude. HEX triplet: CA, BA and D0. RGB value is (202,186,208). Sum of RGB (Red+Green+Blue) = 202+186+208=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #CABAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD0 is #35452F. Grayscale: #C1C1C1. Windows color (decimal): -3491120 or 13679306. OLE color: 13679306.
HSL color Cylindrical-coordinate representation of color #CABAD0: hue angle of 283.64º degrees, saturation: 0.19, 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 #CABAD0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 186 | 208 | - |
CMYK | 0.03 | 0.11 | 0 | 0.18 |
HSL | 283.64º | 0.19% | 0.77% | - |
HSV(B) | 283.64º | 0.11% | 0.82% | - |
XYZ | 53.3 | 52.23 | 66.95 | - |
YUV | 193.29 | 136.3 | 134.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 186 | 208 | 0.03 | 0.11 | 0 | 0.18 | 283.64 | 0.19 | 0.77 |
Hex | CA | BA | D0 | 3 | B | 0 | 12 | 11C | 13 | 4D |
Octal | 312 | 272 | 320 | 3 | 13 | 0 | 22 | 434 | 23 | 115 |
Binary | 11001010 | 10111010 | 11010000 | 11 | 1011 | 0 | 10010 | 100011100 | 10011 | 1001101 |
Color Harmonies of #CABAD0
Complementary color
Monochromatic Colors of #CABAD0
Black with #CABAD0
Text Example
Text Example
White with #CABAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAD0; }
p { color: rgb(202,186,208); }
H1.HeaderClassName
{
color: #CABAD0;
}
.AnyTagClassName
{
color: #CABAD0;
}
</style>
background-color css
<style>
a { background-color: #CABAD0; }
a { background-color: rgb(202,186,208); }
div.DivClassName
{
background-color: #CABAD0;
}
.BgClassName
{
background-color: #CABAD0;
}
</style>
border-color css
<style>
span { border-color: #CABAD0; }
span { border-color: rgb(202,186,208); }
td.TdClassName
{
border-color: #CABAD0;
}
.TagClassName
{
border-color: #CABAD0;
}
</style>