#CCC0E0

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

Shades of Melrose #CCC0E0

Tints of Melrose #CCC0E0

Color information

#CCC0E0 (or 0xCCC0E0) is unknown color: approx Melrose. HEX triplet: CC, C0 and E0. RGB value is (204,192,224). Sum of RGB (Red+Green+Blue) = 204+192+224=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCC0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0E0 is #333F1F. Grayscale: #C7C7C7. Windows color (decimal): -3358496 or 14729420. OLE color: 14729420.

HSL color Cylindrical-coordinate representation of color #CCC0E0: hue angle of 262.5º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC0E0 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204192224-
CMYK0.090.1400.12
HSL262.5º34.04%81.57%-
HSV(B)262.5º14.29%87.84%-
XYZ57.2155.9278.3-
YUV199.24141.98131.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 224 (87.89% from 255) = 36.13%
R=32.90%
G=30.97%
B=36.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041922240.090.1400.12262.534.0481.57
HexCCC0E09E0C1062252
Octal314300340111601440642122
Binary11001100110000001110000010011110011001000001101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0E0; }

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

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

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

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

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

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

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

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