#CCC1DF

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

Shades of Melrose #CCC1DF

Tints of Melrose #CCC1DF

Color information

#CCC1DF (or 0xCCC1DF) is unknown color: approx Melrose. HEX triplet: CC, C1 and DF. RGB value is (204,193,223). Sum of RGB (Red+Green+Blue) = 204+193+223=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1DF is #333E20. Grayscale: #C7C7C7. Windows color (decimal): -3358241 or 14664140. OLE color: 14664140.

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

Color convert

RGB204193223-
CMYK0.090.1300.13
HSL262º31.91%81.57%-
HSV(B)262º13.45%87.45%-
XYZ57.2956.3177.66-
YUV199.71141.14131.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 193 (75.78% from 255) = 31.13%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=32.90%
G=31.13%
B=35.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041932230.090.1300.1326231.9181.57
HexCCC1DF9D0D1062052
Octal314301337111501540640122
Binary11001100110000011101111110011101011011000001101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1DF; }

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

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

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

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

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

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

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

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