Html Css Color HEX #D0CED8 Melrose

📋 copy color: '#D0CED8'

red 208 ◦ green 206 ◦ blue 216

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

Shades of Melrose #D0CED8

Tints of Melrose #D0CED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.29%

R = 33.02%
G = 32.7%
B = 34.29%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0CED8 (or 0xD0CED8) is known color: Melrose. HEX triplet: D0, CE and D8. RGB value is (208,206,216). Sum of RGB (Red+Green+Blue) = 208+206+216=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CED8 is #2F3127. Grayscale: #CFCFCF. Windows color (decimal): -3092776 or 14208720. OLE color: 14208720.

HSL color Cylindrical-coordinate representation of color #D0CED8: hue angle of 252º degrees, saturation: 0.11, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0CED8 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 206 216 -
CMYK 0.04 0.05 0 0.15
HSL 252º 0.11% 0.83% -
HSV(B) 252º 0.05% 0.85% -
XYZ 60.48 62.51 73.84 -
YUV 207.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 208 206 216 0.04 0.05 0 0.15 252 0.11 0.83
Hex D0 CE D8 4 5 0 F FC B 53
Octal 320 316 330 4 5 0 17 374 13 123
Binary 11010000 11001110 11011000 100 101 0 1111 11111100 1011 1010011

Color Harmonies of #D0CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CED8

Black with #D0CED8

Text Example


Text Example

White with #D0CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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