#CCC4E3

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

Shades of Melrose #CCC4E3

Tints of Melrose #CCC4E3

Color information

#CCC4E3 (or 0xCCC4E3) is unknown color: approx Melrose. HEX triplet: CC, C4 and E3. RGB value is (204,196,227). Sum of RGB (Red+Green+Blue) = 204+196+227=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCC4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4E3 is #333B1C. Grayscale: #C9C9C9. Windows color (decimal): -3357469 or 14927052. OLE color: 14927052.

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

Color convert

RGB204196227-
CMYK0.100.1400.11
HSL255.48º35.63%82.94%-
HSV(B)255.48º13.66%89.02%-
XYZ58.5157.8680.76-
YUV201.93142.15129.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 196 (76.95% from 255) = 31.26%
BLUE value IS 227 (89.06% from 255) = 36.20%
R=32.54%
G=31.26%
B=36.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041962270.100.1400.11255.4835.6382.94
HexCCC4E3AE0Bff2453
Octal314304343121601337744123
Binary1100110011000100111000111010111001011111111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4E3; }

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

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

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

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

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

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

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

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