Shades of Melrose #CCC3EA
Tints of Melrose #CCC3EA
RGB
CMYK
RGB Variations
Color information
#CCC3EA (or 0xCCC3EA) is known color: Melrose. HEX triplet: CC, C3 and EA. RGB value is (204,195,234). Sum of RGB (Red+Green+Blue) = 204+195+234=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3EA is #333C15. Grayscale: #C9C9C9. Windows color (decimal): -3357718 or 15385548. OLE color: 15385548.
HSL color Cylindrical-coordinate representation of color #CCC3EA: hue angle of 253.85º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC3EA is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 195 | 234 | - |
CMYK | 0.13 | 0.17 | 0 | 0.08 |
HSL | 253.85º | 0.48% | 0.84% | - |
HSV(B) | 253.85º | 0.17% | 0.92% | - |
XYZ | 59.27 | 57.81 | 85.88 | - |
YUV | 202.14 | 145.98 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 195 | 234 | 0.13 | 0.17 | 0 | 0.08 | 253.85 | 0.48 | 0.84 |
Hex | CC | C3 | EA | D | 11 | 0 | 8 | FE | 30 | 54 |
Octal | 314 | 303 | 352 | 15 | 21 | 0 | 10 | 376 | 60 | 124 |
Binary | 11001100 | 11000011 | 11101010 | 1101 | 10001 | 0 | 1000 | 11111110 | 110000 | 1010100 |
Color Harmonies of #CCC3EA
Complementary color
Monochromatic Colors of #CCC3EA
Black with #CCC3EA
Text Example
Text Example
White with #CCC3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3EA; }
p { color: rgb(204,195,234); }
H1.HeaderClassName
{
color: #CCC3EA;
}
.AnyTagClassName
{
color: #CCC3EA;
}
</style>
background-color css
<style>
a { background-color: #CCC3EA; }
a { background-color: rgb(204,195,234); }
div.DivClassName
{
background-color: #CCC3EA;
}
.BgClassName
{
background-color: #CCC3EA;
}
</style>
border-color css
<style>
span { border-color: #CCC3EA; }
span { border-color: rgb(204,195,234); }
td.TdClassName
{
border-color: #CCC3EA;
}
.TagClassName
{
border-color: #CCC3EA;
}
</style>