#CCC2DD

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

Shades of Melrose #CCC2DD

Tints of Melrose #CCC2DD

Color information

#CCC2DD (or 0xCCC2DD) is unknown color: approx Melrose. HEX triplet: CC, C2 and DD. RGB value is (204,194,221). Sum of RGB (Red+Green+Blue) = 204+194+221=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2DD is #333D22. Grayscale: #C7C7C7. Windows color (decimal): -3357987 or 14533324. OLE color: 14533324.

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

Color convert

RGB204194221-
CMYK0.080.1200.13
HSL262.22º28.42%81.37%-
HSV(B)262.22º12.22%86.67%-
XYZ57.2456.6476.32-
YUV200.07139.81130.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=32.96%
G=31.34%
B=35.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041942210.080.1200.13262.2228.4281.37
HexCCC2DD8C0D1061c51
Octal314302335101401540634121
Binary1100110011000010110111011000110001101100000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2DD; }

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

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

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

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

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

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

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

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