Html Css Color HEX #D5C9CB Melanie

📋 copy color: '#D5C9CB'

red 213 ◦ green 201 ◦ blue 203

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

Shades of Melanie #D5C9CB

Tints of Melanie #D5C9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.58%

 BLUE value IS 203 (79.69% from 255) = 32.9%

R = 34.52%
G = 32.58%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5C9CB (or 0xD5C9CB) is known color: Melanie. HEX triplet: D5, C9 and CB. RGB value is (213,201,203). Sum of RGB (Red+Green+Blue) = 213+201+203=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9CB is #2A3634. Grayscale: #CCCCCC. Windows color (decimal): -2766389 or 13355477. OLE color: 13355477.

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

Color convert

RGB 213 201 203 -
CMYK 0 0.06 0.05 0.16
HSL 350º 0.13% 0.81% -
HSV(B) 350º 0.06% 0.84% -
XYZ 59.11 60.23 65.01 -
YUV 204.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 213 201 203 0 0.06 0.05 0.16 350 0.13 0.81
Hex D5 C9 CB 0 6 5 10 15E C 51
Octal 325 311 313 0 6 5 20 536 14 121
Binary 11010101 11001001 11001011 0 110 101 10000 101011110 1100 1010001

Color Harmonies of #D5C9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C9CB

Black with #D5C9CB

Text Example


Text Example

White with #D5C9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C9CB; }

 p { color: rgb(213,201,203); }

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

background-color css

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

 a { background-color: rgb(213,201,203); }

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

border-color css

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

 span { border-color: rgb(213,201,203); }

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