Html Css Color HEX #D8C8C9 Melanie

📋 copy color: '#D8C8C9'

red 216 ◦ green 200 ◦ blue 201

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

Shades of Melanie #D8C8C9

Tints of Melanie #D8C8C9

RGB

 RED value IS 216 (84.77% from 255) = 35.01%

 GREEN value IS 200 (78.52% from 255) = 32.41%

 BLUE value IS 201 (78.91% from 255) = 32.58%

R = 35.01%
G = 32.41%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D8C8C9 (or 0xD8C8C9) is known color: Melanie. HEX triplet: D8, C8 and C9. RGB value is (216,200,201). Sum of RGB (Red+Green+Blue) = 216+200+201=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8C9 is #273736. Grayscale: #CCCCCC. Windows color (decimal): -2570039 or 13224152. OLE color: 13224152.

HSL color Cylindrical-coordinate representation of color #D8C8C9: hue angle of 356.25º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8C8C9 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 200 201 -
CMYK 0 0.07 0.07 0.15
HSL 356.25º 0.17% 0.82% -
HSV(B) 356.25º 0.07% 0.85% -
XYZ 59.52 60.12 63.73 -
YUV 204.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 216 200 201 0 0.07 0.07 0.15 356.25 0.17 0.82
Hex D8 C8 C9 0 7 7 F 164 11 52
Octal 330 310 311 0 7 7 17 544 21 122
Binary 11011000 11001000 11001001 0 111 111 1111 101100100 10001 1010010

Color Harmonies of #D8C8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C8C9

Black with #D8C8C9

Text Example


Text Example

White with #D8C8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C8C9; }

 p { color: rgb(216,200,201); }

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

background-color css

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

 a { background-color: rgb(216,200,201); }

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

border-color css

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

 span { border-color: rgb(216,200,201); }

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