Html Css Color HEX #D5C3C8 Melanie

📋 copy color: '#D5C3C8'

red 213 ◦ green 195 ◦ blue 200

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

Shades of Melanie #D5C3C8

Tints of Melanie #D5C3C8

RGB

 RED value IS 213 (83.59% from 255) = 35.03%

 GREEN value IS 195 (76.56% from 255) = 32.07%

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

R = 35.03%
G = 32.07%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D5C3C8 (or 0xD5C3C8) is known color: Melanie. HEX triplet: D5, C3 and C8. RGB value is (213,195,200). Sum of RGB (Red+Green+Blue) = 213+195+200=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C3C8 is #2A3C37. Grayscale: #C8C8C8. Windows color (decimal): -2767928 or 13157333. OLE color: 13157333.

HSL color Cylindrical-coordinate representation of color #D5C3C8: hue angle of 343.33º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5C3C8 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 195 200 -
CMYK 0 0.08 0.06 0.16
HSL 343.33º 0.18% 0.8% -
HSV(B) 343.33º 0.08% 0.84% -
XYZ 57.38 57.35 62.69 -
YUV 200.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 213 195 200 0 0.08 0.06 0.16 343.33 0.18 0.8
Hex D5 C3 C8 0 8 6 10 157 12 50
Octal 325 303 310 0 10 6 20 527 22 120
Binary 11010101 11000011 11001000 0 1000 110 10000 101010111 10010 1010000

Color Harmonies of #D5C3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C3C8

Black with #D5C3C8

Text Example


Text Example

White with #D5C3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C3C8; }

 p { color: rgb(213,195,200); }

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

background-color css

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

 a { background-color: rgb(213,195,200); }

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

border-color css

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

 span { border-color: rgb(213,195,200); }

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