#CCC8DD

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

Shades of Melrose #CCC8DD

Tints of Melrose #CCC8DD

Color information

#CCC8DD (or 0xCCC8DD) is unknown color: approx Melrose. HEX triplet: CC, C8 and DD. RGB value is (204,200,221). Sum of RGB (Red+Green+Blue) = 204+200+221=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8DD is #333722. Grayscale: #CBCBCB. Windows color (decimal): -3356451 or 14534860. OLE color: 14534860.

HSL color Cylindrical-coordinate representation of color #CCC8DD: hue angle of 251.43º degrees, saturation: 0.24, 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 #CCC8DD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204200221-
CMYK0.080.1000.13
HSL251.43º23.6%82.55%-
HSV(B)251.43º9.5%86.67%-
XYZ58.6159.3776.78-
YUV203.59137.83128.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=32.64%
G=32%
B=35.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042002210.080.1000.13251.4323.682.55
HexCCC8DD8A0Dfb1853
Octal314310335101201537330123
Binary110011001100100011011101100010100110111111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8DD; }

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

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

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

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

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

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

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

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