Html Css Color HEX #D5C6CA Melanie

📋 copy color: '#D5C6CA'

red 213 ◦ green 198 ◦ blue 202

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

Shades of Melanie #D5C6CA

Tints of Melanie #D5C6CA

RGB

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

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

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

R = 34.75%
G = 32.3%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5C6CA (or 0xD5C6CA) is known color: Melanie. HEX triplet: D5, C6 and CA. RGB value is (213,198,202). Sum of RGB (Red+Green+Blue) = 213+198+202=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6CA is #2A3935. Grayscale: #CACACA. Windows color (decimal): -2767158 or 13289173. OLE color: 13289173.

HSL color Cylindrical-coordinate representation of color #D5C6CA: hue angle of 344º 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 #D5C6CA is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 198 202 -
CMYK 0 0.07 0.05 0.16
HSL 344º 0.15% 0.81% -
HSV(B) 344º 0.07% 0.84% -
XYZ 58.3 58.8 64.15 -
YUV 202.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 213 198 202 0 0.07 0.05 0.16 344 0.15 0.81
Hex D5 C6 CA 0 7 5 10 158 F 51
Octal 325 306 312 0 7 5 20 530 17 121
Binary 11010101 11000110 11001010 0 111 101 10000 101011000 1111 1010001

Color Harmonies of #D5C6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C6CA

Black with #D5C6CA

Text Example


Text Example

White with #D5C6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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