#CCC4E9

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

Shades of Melrose #CCC4E9

Tints of Melrose #CCC4E9

Color information

#CCC4E9 (or 0xCCC4E9) is unknown color: approx Melrose. HEX triplet: CC, C4 and E9. RGB value is (204,196,233). Sum of RGB (Red+Green+Blue) = 204+196+233=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4E9 is #333B16. Grayscale: #CACACA. Windows color (decimal): -3357463 or 15320268. OLE color: 15320268.

HSL color Cylindrical-coordinate representation of color #CCC4E9: hue angle of 252.97º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC4E9 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204196233-
CMYK0.120.1600.09
HSL252.97º45.68%84.12%-
HSV(B)252.97º15.88%91.37%-
XYZ59.3558.285.2-
YUV202.61145.15128.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 233 (91.41% from 255) = 36.81%
R=32.23%
G=30.96%
B=36.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041962330.120.1600.09252.9745.6884.12
HexCCC4E9C1009fd2e54
Octal314304351142001137556124
Binary11001100110001001110100111001000001001111111011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4E9; }

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

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

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

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

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

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

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

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