#D0CEDD

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

Shades of Melrose #D0CEDD

Tints of Melrose #D0CEDD

Color information

#D0CEDD (or 0xD0CEDD) is unknown color: approx Melrose. HEX triplet: D0, CE and DD. RGB value is (208,206,221). Sum of RGB (Red+Green+Blue) = 208+206+221=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEDD is #2F3122. Grayscale: #D0D0D0. Windows color (decimal): -3092771 or 14536400. OLE color: 14536400.

HSL color Cylindrical-coordinate representation of color #D0CEDD: hue angle of 248º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0CEDD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208206221-
CMYK0.060.0700.13
HSL248º18.07%83.73%-
HSV(B)248º6.79%86.67%-
XYZ61.1362.7777.3-
YUV208.31135.16127.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=32.76%
G=32.44%
B=34.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082062210.060.0700.1324818.0783.73
HexD0CEDD670Df81254
Octal3203163356701537022124
Binary1101000011001110110111011101110110111111000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEDD; }

 p { color: rgb(208,206,221); }

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

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

 a { background-color: rgb(208,206,221); }

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

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

 span { border-color: rgb(208,206,221); }

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