#CCC7DF

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

Shades of Melrose #CCC7DF

Tints of Melrose #CCC7DF

Color information

#CCC7DF (or 0xCCC7DF) is unknown color: approx Melrose. HEX triplet: CC, C7 and DF. RGB value is (204,199,223). Sum of RGB (Red+Green+Blue) = 204+199+223=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7DF is #333820. Grayscale: #CBCBCB. Windows color (decimal): -3356705 or 14665676. OLE color: 14665676.

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

Color convert

RGB204199223-
CMYK0.090.1100.13
HSL252.5º27.27%82.75%-
HSV(B)252.5º10.76%87.45%-
XYZ58.6459.0178.11-
YUV203.23139.16128.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=32.59%
G=31.79%
B=35.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041992230.090.1100.13252.527.2782.75
HexCCC7DF9B0Dfc1b53
Octal314307337111301537433123
Binary110011001100011111011111100110110110111111100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7DF; }

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

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

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

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

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

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

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

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