Html Css Color HEX #D9CACB Melanie

📋 copy color: '#D9CACB'

red 217 ◦ green 202 ◦ blue 203

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

Shades of Melanie #D9CACB

Tints of Melanie #D9CACB

RGB

 RED value IS 217 (85.16% from 255) = 34.89%

 GREEN value IS 202 (79.3% from 255) = 32.48%

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

R = 34.89%
G = 32.48%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9CACB (or 0xD9CACB) is known color: Melanie. HEX triplet: D9, CA and CB. RGB value is (217,202,203). Sum of RGB (Red+Green+Blue) = 217+202+203=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CACB is #263534. Grayscale: #CECECE. Windows color (decimal): -2503989 or 13355737. OLE color: 13355737.

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

Color convert

RGB 217 202 203 -
CMYK 0 0.07 0.06 0.15
HSL 356º 0.16% 0.82% -
HSV(B) 356º 0.07% 0.85% -
XYZ 60.52 61.3 65.14 -
YUV 206.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 217 202 203 0 0.07 0.06 0.15 356 0.16 0.82
Hex D9 CA CB 0 7 6 F 164 10 52
Octal 331 312 313 0 7 6 17 544 20 122
Binary 11011001 11001010 11001011 0 111 110 1111 101100100 10000 1010010

Color Harmonies of #D9CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CACB

Black with #D9CACB

Text Example


Text Example

White with #D9CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CACB; }

 p { color: rgb(217,202,203); }

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

background-color css

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

 a { background-color: rgb(217,202,203); }

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

border-color css

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

 span { border-color: rgb(217,202,203); }

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