#CCC4DF

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

Shades of Melrose #CCC4DF

Tints of Melrose #CCC4DF

Color information

#CCC4DF (or 0xCCC4DF) is unknown color: approx Melrose. HEX triplet: CC, C4 and DF. RGB value is (204,196,223). Sum of RGB (Red+Green+Blue) = 204+196+223=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4DF is #333B20. Grayscale: #C9C9C9. Windows color (decimal): -3357473 or 14664908. OLE color: 14664908.

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

Color convert

RGB204196223-
CMYK0.090.1200.13
HSL257.78º29.67%82.16%-
HSV(B)257.78º12.11%87.45%-
XYZ57.9657.6477.88-
YUV201.47140.15129.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 196 (76.95% from 255) = 31.46%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=32.74%
G=31.46%
B=35.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041962230.090.1200.13257.7829.6782.16
HexCCC4DF9C0D1021e52
Octal314304337111401540236122
Binary1100110011000100110111111001110001101100000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4DF; }

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

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

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

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

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

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

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

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