#CCC9DD

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

Shades of Melrose #CCC9DD

Tints of Melrose #CCC9DD

Color information

#CCC9DD (or 0xCCC9DD) is unknown color: approx Melrose. HEX triplet: CC, C9 and DD. RGB value is (204,201,221). Sum of RGB (Red+Green+Blue) = 204+201+221=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9DD is #333622. Grayscale: #CCCCCC. Windows color (decimal): -3356195 or 14535116. OLE color: 14535116.

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

Color convert

RGB204201221-
CMYK0.080.0900.13
HSL249º22.73%82.75%-
HSV(B)249º9.05%86.67%-
XYZ58.8459.8376.85-
YUV204.18137.49127.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=32.59%
G=32.11%
B=35.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042012210.080.0900.1324922.7382.75
HexCCC9DD890Df91753
Octal314311335101101537127123
Binary110011001100100111011101100010010110111111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9DD; }

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

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

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

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

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

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

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

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