#CCC0E5

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

Shades of Melrose #CCC0E5

Tints of Melrose #CCC0E5

Color information

#CCC0E5 (or 0xCCC0E5) is unknown color: approx Melrose. HEX triplet: CC, C0 and E5. RGB value is (204,192,229). Sum of RGB (Red+Green+Blue) = 204+192+229=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCC0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0E5 is #333F1A. Grayscale: #C7C7C7. Windows color (decimal): -3358491 or 15057100. OLE color: 15057100.

HSL color Cylindrical-coordinate representation of color #CCC0E5: hue angle of 259.46º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC0E5 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204192229-
CMYK0.110.1600.10
HSL259.46º41.57%82.55%-
HSV(B)259.46º16.16%89.8%-
XYZ57.8956.1981.92-
YUV199.81144.48130.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 192 (75.39% from 255) = 30.72%
BLUE value IS 229 (89.84% from 255) = 36.64%
R=32.64%
G=30.72%
B=36.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041922290.110.1600.10259.4641.5782.55
HexCCC0E5B100A1032a53
Octal314300345132001240352123
Binary110011001100000011100101101110000010101000000111010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0E5; }

 p { color: rgb(204,192,229); }

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

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

 a { background-color: rgb(204,192,229); }

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

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

 span { border-color: rgb(204,192,229); }

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