Html Css Color HEX #D0C6C8 Melanie

📋 copy color: '#D0C6C8'

red 208 ◦ green 198 ◦ blue 200

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

Shades of Melanie #D0C6C8

Tints of Melanie #D0C6C8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.67%

 BLUE value IS 200 (78.52% from 255) = 33%

R = 34.32%
G = 32.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D0C6C8 (or 0xD0C6C8) is known color: Melanie. HEX triplet: D0, C6 and C8. RGB value is (208,198,200). Sum of RGB (Red+Green+Blue) = 208+198+200=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C6C8 is #2F3937. Grayscale: #C9C9C9. Windows color (decimal): -3094840 or 13158096. OLE color: 13158096.

HSL color Cylindrical-coordinate representation of color #D0C6C8: hue angle of 348º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0C6C8 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 198 200 -
CMYK 0 0.05 0.04 0.18
HSL 348º 0.1% 0.8% -
HSV(B) 348º 0.05% 0.82% -
XYZ 56.63 57.97 62.85 -
YUV 201.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 208 198 200 0 0.05 0.04 0.18 348 0.1 0.8
Hex D0 C6 C8 0 5 4 12 15C A 50
Octal 320 306 310 0 5 4 22 534 12 120
Binary 11010000 11000110 11001000 0 101 100 10010 101011100 1010 1010000

Color Harmonies of #D0C6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C6C8

Black with #D0C6C8

Text Example


Text Example

White with #D0C6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C6C8; }

 p { color: rgb(208,198,200); }

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

background-color css

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

 a { background-color: rgb(208,198,200); }

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

border-color css

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

 span { border-color: rgb(208,198,200); }

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