Html Css Color HEX #D4C2C6 Melanie

📋 copy color: '#D4C2C6'

red 212 ◦ green 194 ◦ blue 198

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

Shades of Melanie #D4C2C6

Tints of Melanie #D4C2C6

RGB

 RED value IS 212 (83.2% from 255) = 35.1%

 GREEN value IS 194 (76.17% from 255) = 32.12%

 BLUE value IS 198 (77.73% from 255) = 32.78%

R = 35.1%
G = 32.12%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D4C2C6 (or 0xD4C2C6) is known color: Melanie. HEX triplet: D4, C2 and C6. RGB value is (212,194,198). Sum of RGB (Red+Green+Blue) = 212+194+198=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C2C6 is #2B3D39. Grayscale: #C7C7C7. Windows color (decimal): -2833722 or 13026004. OLE color: 13026004.

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

Color convert

RGB 212 194 198 -
CMYK 0 0.08 0.07 0.17
HSL 346.67º 0.17% 0.8% -
HSV(B) 346.67º 0.08% 0.83% -
XYZ 56.64 56.66 61.38 -
YUV 199.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 212 194 198 0 0.08 0.07 0.17 346.67 0.17 0.8
Hex D4 C2 C6 0 8 7 11 15B 11 50
Octal 324 302 306 0 10 7 21 533 21 120
Binary 11010100 11000010 11000110 0 1000 111 10001 101011011 10001 1010000

Color Harmonies of #D4C2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C2C6

Black with #D4C2C6

Text Example


Text Example

White with #D4C2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C2C6; }

 p { color: rgb(212,194,198); }

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

background-color css

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

 a { background-color: rgb(212,194,198); }

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

border-color css

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

 span { border-color: rgb(212,194,198); }

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