Html Css Color HEX #D8C6CA Melanie

📋 copy color: '#D8C6CA'

red 216 ◦ green 198 ◦ blue 202

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

Shades of Melanie #D8C6CA

Tints of Melanie #D8C6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.79%

R = 35.06%
G = 32.14%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8C6CA (or 0xD8C6CA) is known color: Melanie. HEX triplet: D8, C6 and CA. RGB value is (216,198,202). Sum of RGB (Red+Green+Blue) = 216+198+202=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C6CA is #273935. Grayscale: #CBCBCB. Windows color (decimal): -2570550 or 13289176. OLE color: 13289176.

HSL color Cylindrical-coordinate representation of color #D8C6CA: hue angle of 346.67º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8C6CA is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 198 202 -
CMYK 0 0.08 0.06 0.15
HSL 346.67º 0.19% 0.81% -
HSV(B) 346.67º 0.08% 0.85% -
XYZ 59.17 59.25 64.19 -
YUV 203.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 216 198 202 0 0.08 0.06 0.15 346.67 0.19 0.81
Hex D8 C6 CA 0 8 6 F 15B 13 51
Octal 330 306 312 0 10 6 17 533 23 121
Binary 11011000 11000110 11001010 0 1000 110 1111 101011011 10011 1010001

Color Harmonies of #D8C6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C6CA

Black with #D8C6CA

Text Example


Text Example

White with #D8C6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C6CA; }

 p { color: rgb(216,198,202); }

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

background-color css

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

 a { background-color: rgb(216,198,202); }

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

border-color css

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

 span { border-color: rgb(216,198,202); }

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