Html Css Color HEX #D5C6C8 Melanie

📋 copy color: '#D5C6C8'

red 213 ◦ green 198 ◦ blue 200

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

Shades of Melanie #D5C6C8

Tints of Melanie #D5C6C8

RGB

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

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

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

R = 34.86%
G = 32.41%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D5C6C8 (or 0xD5C6C8) is known color: Melanie. HEX triplet: D5, C6 and C8. RGB value is (213,198,200). Sum of RGB (Red+Green+Blue) = 213+198+200=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6C8 is #2A3937. Grayscale: #CACACA. Windows color (decimal): -2767160 or 13158101. OLE color: 13158101.

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

Color convert

RGB 213 198 200 -
CMYK 0 0.07 0.06 0.16
HSL 352º 0.15% 0.81% -
HSV(B) 352º 0.07% 0.84% -
XYZ 58.06 58.7 62.91 -
YUV 202.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 213 198 200 0 0.07 0.06 0.16 352 0.15 0.81
Hex D5 C6 C8 0 7 6 10 160 F 51
Octal 325 306 310 0 7 6 20 540 17 121
Binary 11010101 11000110 11001000 0 111 110 10000 101100000 1111 1010001

Color Harmonies of #D5C6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C6C8

Black with #D5C6C8

Text Example


Text Example

White with #D5C6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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