Shades of Melrose #CABDE7
Tints of Melrose #CABDE7
RGB
CMYK
RGB Variations
Color information
#CABDE7 (or 0xCABDE7) is known color: Melrose. HEX triplet: CA, BD and E7. RGB value is (202,189,231). Sum of RGB (Red+Green+Blue) = 202+189+231=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 231 - color contains mainly: blue. Hex color #CABDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDE7 is #354218. Grayscale: #C5C5C5. Windows color (decimal): -3490329 or 15187402. OLE color: 15187402.
HSL color Cylindrical-coordinate representation of color #CABDE7: hue angle of 258.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABDE7 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 189 | 231 | - |
CMYK | 0.13 | 0.18 | 0 | 0.09 |
HSL | 258.57º | 0.47% | 0.82% | - |
HSV(B) | 258.57º | 0.18% | 0.91% | - |
XYZ | 56.98 | 54.72 | 83.16 | - |
YUV | 197.68 | 146.81 | 131.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 231 | 0.13 | 0.18 | 0 | 0.09 | 258.57 | 0.47 | 0.82 |
Hex | CA | BD | E7 | D | 12 | 0 | 9 | 103 | 2F | 52 |
Octal | 312 | 275 | 347 | 15 | 22 | 0 | 11 | 403 | 57 | 122 |
Binary | 11001010 | 10111101 | 11100111 | 1101 | 10010 | 0 | 1001 | 100000011 | 101111 | 1010010 |
Color Harmonies of #CABDE7
Complementary color
Monochromatic Colors of #CABDE7
Black with #CABDE7
Text Example
Text Example
White with #CABDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDE7; }
p { color: rgb(202,189,231); }
H1.HeaderClassName
{
color: #CABDE7;
}
.AnyTagClassName
{
color: #CABDE7;
}
</style>
background-color css
<style>
a { background-color: #CABDE7; }
a { background-color: rgb(202,189,231); }
div.DivClassName
{
background-color: #CABDE7;
}
.BgClassName
{
background-color: #CABDE7;
}
</style>
border-color css
<style>
span { border-color: #CABDE7; }
span { border-color: rgb(202,189,231); }
td.TdClassName
{
border-color: #CABDE7;
}
.TagClassName
{
border-color: #CABDE7;
}
</style>