#CCC9DF

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

Shades of Melrose #CCC9DF

Tints of Melrose #CCC9DF

Color information

#CCC9DF (or 0xCCC9DF) is unknown color: approx Melrose. HEX triplet: CC, C9 and DF. RGB value is (204,201,223). Sum of RGB (Red+Green+Blue) = 204+201+223=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9DF is #333620. Grayscale: #CCCCCC. Windows color (decimal): -3356193 or 14666188. OLE color: 14666188.

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

Color convert

RGB204201223-
CMYK0.090.1000.13
HSL248.18º25.58%83.14%-
HSV(B)248.18º9.87%87.45%-
XYZ59.1159.9478.27-
YUV204.4138.49127.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 201 (78.91% from 255) = 32.01%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=32.48%
G=32.01%
B=35.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042012230.090.1000.13248.1825.5883.14
HexCCC9DF9A0Df81a53
Octal314311337111201537032123
Binary110011001100100111011111100110100110111111000110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9DF; }

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

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

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

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

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

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

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

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