Html Css Color HEX #D0C5C8 Melanie

📋 copy color: '#D0C5C8'

red 208 ◦ green 197 ◦ blue 200

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

Shades of Melanie #D0C5C8

Tints of Melanie #D0C5C8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.56%

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

R = 34.38%
G = 32.56%
B = 33.06%

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

#D0C5C8 (or 0xD0C5C8) is known color: Melanie. HEX triplet: D0, C5 and C8. RGB value is (208,197,200). Sum of RGB (Red+Green+Blue) = 208+197+200=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C5C8 is #2F3A37. Grayscale: #C8C8C8. Windows color (decimal): -3095096 or 13157840. OLE color: 13157840.

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

Color convert

RGB 208 197 200 -
CMYK 0 0.05 0.04 0.18
HSL 343.64º 0.1% 0.79% -
HSV(B) 343.64º 0.05% 0.82% -
XYZ 56.4 57.51 62.77 -
YUV 200.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 208 197 200 0 0.05 0.04 0.18 343.64 0.1 0.79
Hex D0 C5 C8 0 5 4 12 158 A 4F
Octal 320 305 310 0 5 4 22 530 12 117
Binary 11010000 11000101 11001000 0 101 100 10010 101011000 1010 1001111

Color Harmonies of #D0C5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C5C8

Black with #D0C5C8

Text Example


Text Example

White with #D0C5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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