Html Css Color HEX #D0CEDC Melrose

📋 copy color: '#D0CEDC'

red 208 ◦ green 206 ◦ blue 220

#D0CEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #D0CEDC

Tints of Melrose #D0CEDC

RGB

 RED value IS 208 (81.64% from 255) = 32.81%

 GREEN value IS 206 (80.86% from 255) = 32.49%

 BLUE value IS 220 (86.33% from 255) = 34.7%

R = 32.81%
G = 32.49%
B = 34.7%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0CEDC (or 0xD0CEDC) is known color: Melrose. HEX triplet: D0, CE and DC. RGB value is (208,206,220). Sum of RGB (Red+Green+Blue) = 208+206+220=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEDC is #2F3123. Grayscale: #D0D0D0. Windows color (decimal): -3092772 or 14470864. OLE color: 14470864.

HSL color Cylindrical-coordinate representation of color #D0CEDC: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0CEDC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 206 220 -
CMYK 0.05 0.06 0 0.14
HSL 248.57º 0.17% 0.84% -
HSV(B) 248.57º 0.06% 0.86% -
XYZ 61 62.72 76.6 -
YUV 208.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 208 206 220 0.05 0.06 0 0.14 248.57 0.17 0.84
Hex D0 CE DC 5 6 0 E F9 11 54
Octal 320 316 334 5 6 0 16 371 21 124
Binary 11010000 11001110 11011100 101 110 0 1110 11111001 10001 1010100

Color Harmonies of #D0CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CEDC

Black with #D0CEDC

Text Example


Text Example

White with #D0CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CEDC; }

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

 H1.HeaderClassName
 {
   color: #D0CEDC;
 }
 .AnyTagClassName
 {
   color: #D0CEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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