Shades of Melrose #CAC2ED
Tints of Melrose #CAC2ED
RGB
CMYK
RGB Variations
Color information
#CAC2ED (or 0xCAC2ED) is known color: Melrose. HEX triplet: CA, C2 and ED. RGB value is (202,194,237). Sum of RGB (Red+Green+Blue) = 202+194+237=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2ED is #353D12. Grayscale: #C9C9C9. Windows color (decimal): -3489043 or 15581898. OLE color: 15581898.
HSL color Cylindrical-coordinate representation of color #CAC2ED: hue angle of 251.16º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC2ED is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 194 | 237 | - |
CMYK | 0.15 | 0.18 | 0 | 0.07 |
HSL | 251.16º | 0.54% | 0.85% | - |
HSV(B) | 251.16º | 0.18% | 0.93% | - |
XYZ | 58.93 | 57.25 | 88.07 | - |
YUV | 201.29 | 148.15 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 194 | 237 | 0.15 | 0.18 | 0 | 0.07 | 251.16 | 0.54 | 0.85 |
Hex | CA | C2 | ED | F | 12 | 0 | 7 | FB | 36 | 55 |
Octal | 312 | 302 | 355 | 17 | 22 | 0 | 7 | 373 | 66 | 125 |
Binary | 11001010 | 11000010 | 11101101 | 1111 | 10010 | 0 | 111 | 11111011 | 110110 | 1010101 |
Color Harmonies of #CAC2ED
Complementary color
Monochromatic Colors of #CAC2ED
Black with #CAC2ED
Text Example
Text Example
White with #CAC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2ED; }
p { color: rgb(202,194,237); }
H1.HeaderClassName
{
color: #CAC2ED;
}
.AnyTagClassName
{
color: #CAC2ED;
}
</style>
background-color css
<style>
a { background-color: #CAC2ED; }
a { background-color: rgb(202,194,237); }
div.DivClassName
{
background-color: #CAC2ED;
}
.BgClassName
{
background-color: #CAC2ED;
}
</style>
border-color css
<style>
span { border-color: #CAC2ED; }
span { border-color: rgb(202,194,237); }
td.TdClassName
{
border-color: #CAC2ED;
}
.TagClassName
{
border-color: #CAC2ED;
}
</style>