#CCC2E1

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

Shades of Melrose #CCC2E1

Tints of Melrose #CCC2E1

Color information

#CCC2E1 (or 0xCCC2E1) is unknown color: approx Melrose. HEX triplet: CC, C2 and E1. RGB value is (204,194,225). Sum of RGB (Red+Green+Blue) = 204+194+225=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCC2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2E1 is #333D1E. Grayscale: #C8C8C8. Windows color (decimal): -3357983 or 14795468. OLE color: 14795468.

HSL color Cylindrical-coordinate representation of color #CCC2E1: hue angle of 259.35º 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 #CCC2E1 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204194225-
CMYK0.090.1400.12
HSL259.35º34.07%82.16%-
HSV(B)259.35º13.78%88.24%-
XYZ57.7856.8679.16-
YUV200.52141.81130.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 194 (76.17% from 255) = 31.14%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=32.74%
G=31.14%
B=36.12%

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
Decimal2041942250.090.1400.12259.3534.0782.16
HexCCC2E19E0C1032252
Octal314302341111601440342122
Binary11001100110000101110000110011110011001000000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2E1; }

 p { color: rgb(204,194,225); }

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

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

 a { background-color: rgb(204,194,225); }

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

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

 span { border-color: rgb(204,194,225); }

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