#CCC7EA

Color #CCC7EA Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #CCC7EA

Tints of Melrose #CCC7EA

Color information

#CCC7EA (or 0xCCC7EA) is unknown color: approx Melrose. HEX triplet: CC, C7 and EA. RGB value is (204,199,234). Sum of RGB (Red+Green+Blue) = 204+199+234=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7EA is #333815. Grayscale: #CCCCCC. Windows color (decimal): -3356694 or 15386572. OLE color: 15386572.

HSL color Cylindrical-coordinate representation of color #CCC7EA: hue angle of 248.57º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC7EA is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204199234-
CMYK0.130.1500.08
HSL248.57º45.45%84.9%-
HSV(B)248.57º14.96%91.76%-
XYZ60.1859.6286.18-
YUV204.48144.66127.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 199 (78.12% from 255) = 31.24%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=32.03%
G=31.24%
B=36.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041992340.130.1500.08248.5745.4584.9
HexCCC7EADF08f92d55
Octal314307352151701037155125
Binary1100110011000111111010101101111101000111110011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7EA; }

 p { color: rgb(204,199,234); }

 H1.HeaderClassName
 {
   color: #CCC7EA;
 }
 .AnyTagClassName
 {
   color: #CCC7EA;
 }
</style>
background-color css

<style>
 a { background-color: #CCC7EA; }

 a { background-color: rgb(204,199,234); }

 div.DivClassName
 {
   background-color: #CCC7EA;
 }
 .BgClassName
 {
   background-color: #CCC7EA;
 }
</style>
border-color css

<style>
 span { border-color: #CCC7EA; }

 span { border-color: rgb(204,199,234); }

 td.TdClassName
 {
   border-color: #CCC7EA;
 }
 .TagClassName
 {
   border-color: #CCC7EA;
 }
</style>