#CCC1DD

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

Shades of Melrose #CCC1DD

Tints of Melrose #CCC1DD

Color information

#CCC1DD (or 0xCCC1DD) is unknown color: approx Melrose. HEX triplet: CC, C1 and DD. RGB value is (204,193,221). Sum of RGB (Red+Green+Blue) = 204+193+221=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1DD is #333E22. Grayscale: #C7C7C7. Windows color (decimal): -3358243 or 14533068. OLE color: 14533068.

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

Color convert

RGB204193221-
CMYK0.080.1300.13
HSL263.57º29.17%81.18%-
HSV(B)263.57º12.67%86.67%-
XYZ57.0256.276.25-
YUV199.48140.14131.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=33.01%
G=31.23%
B=35.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041932210.080.1300.13263.5729.1781.18
HexCCC1DD8D0D1081d51
Octal314301335101501541035121
Binary1100110011000001110111011000110101101100001000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1DD; }

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

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

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

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

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

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

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

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