Shades of Melrose #CAC2EE
Tints of Melrose #CAC2EE
RGB
CMYK
RGB Variations
Color information
#CAC2EE (or 0xCAC2EE) is known color: Melrose. HEX triplet: CA, C2 and EE. RGB value is (202,194,238). Sum of RGB (Red+Green+Blue) = 202+194+238=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2EE is #353D11. Grayscale: #C9C9C9. Windows color (decimal): -3489042 or 15647434. OLE color: 15647434.
HSL color Cylindrical-coordinate representation of color #CAC2EE: hue angle of 250.91º degrees, saturation: 0.56, 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 #CAC2EE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 194 | 238 | - |
CMYK | 0.15 | 0.18 | 0 | 0.07 |
HSL | 250.91º | 0.56% | 0.85% | - |
HSV(B) | 250.91º | 0.18% | 0.93% | - |
XYZ | 59.08 | 57.31 | 88.84 | - |
YUV | 201.41 | 148.65 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 194 | 238 | 0.15 | 0.18 | 0 | 0.07 | 250.91 | 0.56 | 0.85 |
Hex | CA | C2 | EE | F | 12 | 0 | 7 | FB | 38 | 55 |
Octal | 312 | 302 | 356 | 17 | 22 | 0 | 7 | 373 | 70 | 125 |
Binary | 11001010 | 11000010 | 11101110 | 1111 | 10010 | 0 | 111 | 11111011 | 111000 | 1010101 |
Color Harmonies of #CAC2EE
Complementary color
Monochromatic Colors of #CAC2EE
Black with #CAC2EE
Text Example
Text Example
White with #CAC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2EE; }
p { color: rgb(202,194,238); }
H1.HeaderClassName
{
color: #CAC2EE;
}
.AnyTagClassName
{
color: #CAC2EE;
}
</style>
background-color css
<style>
a { background-color: #CAC2EE; }
a { background-color: rgb(202,194,238); }
div.DivClassName
{
background-color: #CAC2EE;
}
.BgClassName
{
background-color: #CAC2EE;
}
</style>
border-color css
<style>
span { border-color: #CAC2EE; }
span { border-color: rgb(202,194,238); }
td.TdClassName
{
border-color: #CAC2EE;
}
.TagClassName
{
border-color: #CAC2EE;
}
</style>