#CDC6DD

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

Shades of Melrose #CDC6DD

Tints of Melrose #CDC6DD

Color information

#CDC6DD (or 0xCDC6DD) is unknown color: approx Melrose. HEX triplet: CD, C6 and DD. RGB value is (205,198,221). Sum of RGB (Red+Green+Blue) = 205+198+221=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6DD is #323922. Grayscale: #CACACA. Windows color (decimal): -3291427 or 14534349. OLE color: 14534349.

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

Color convert

RGB205198221-
CMYK0.070.1000.13
HSL258.26º25.27%82.16%-
HSV(B)258.26º10.41%86.67%-
XYZ58.4258.5976.64-
YUV202.71138.32129.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 198 (77.73% from 255) = 31.73%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=32.85%
G=31.73%
B=35.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051982210.070.1000.13258.2625.2782.16
HexCDC6DD7A0D1021952
Octal31530633571201540231122
Binary110011011100011011011101111101001101100000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6DD; }

 p { color: rgb(205,198,221); }

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

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

 a { background-color: rgb(205,198,221); }

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

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

 span { border-color: rgb(205,198,221); }

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