#CCC4DD

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

Shades of Melrose #CCC4DD

Tints of Melrose #CCC4DD

Color information

#CCC4DD (or 0xCCC4DD) is unknown color: approx Melrose. HEX triplet: CC, C4 and DD. RGB value is (204,196,221). Sum of RGB (Red+Green+Blue) = 204+196+221=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4DD is #333B22. Grayscale: #C9C9C9. Windows color (decimal): -3357475 or 14533836. OLE color: 14533836.

HSL color Cylindrical-coordinate representation of color #CCC4DD: hue angle of 259.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC4DD is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204196221-
CMYK0.080.1100.13
HSL259.2º26.88%81.76%-
HSV(B)259.2º11.31%86.67%-
XYZ57.6957.5476.47-
YUV201.24139.15129.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=32.85%
G=31.56%
B=35.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041962210.080.1100.13259.226.8881.76
HexCCC4DD8B0D1031b52
Octal314304335101301540333122
Binary1100110011000100110111011000101101101100000011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4DD; }

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

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

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

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

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

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

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

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