#CCC4E0

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

Shades of Melrose #CCC4E0

Tints of Melrose #CCC4E0

Color information

#CCC4E0 (or 0xCCC4E0) is unknown color: approx Melrose. HEX triplet: CC, C4 and E0. RGB value is (204,196,224). Sum of RGB (Red+Green+Blue) = 204+196+224=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCC4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4E0 is #333B1F. Grayscale: #C9C9C9. Windows color (decimal): -3357472 or 14730444. OLE color: 14730444.

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

Color convert

RGB204196224-
CMYK0.090.1200.12
HSL257.14º31.11%82.35%-
HSV(B)257.14º12.5%87.84%-
XYZ58.157.778.6-
YUV201.58140.65129.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 196 (76.95% from 255) = 31.41%
BLUE value IS 224 (87.89% from 255) = 35.90%
R=32.69%
G=31.41%
B=35.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041962240.090.1200.12257.1431.1182.35
HexCCC4E09C0C1011f52
Octal314304340111401440137122
Binary1100110011000100111000001001110001100100000001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4E0; }

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

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

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

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

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

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

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

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