Html Css Color HEX #D3CACB Melanie

📋 copy color: '#D3CACB'

red 211 ◦ green 202 ◦ blue 203

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

Shades of Melanie #D3CACB

Tints of Melanie #D3CACB

RGB

 RED value IS 211 (82.81% from 255) = 34.25%

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

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

R = 34.25%
G = 32.79%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D3CACB (or 0xD3CACB) is known color: Melanie. HEX triplet: D3, CA and CB. RGB value is (211,202,203). Sum of RGB (Red+Green+Blue) = 211+202+203=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CACB is #2C3534. Grayscale: #CCCCCC. Windows color (decimal): -2897205 or 13355731. OLE color: 13355731.

HSL color Cylindrical-coordinate representation of color #D3CACB: hue angle of 353.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3CACB is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 202 203 -
CMYK 0 0.04 0.04 0.17
HSL 353.33º 0.09% 0.81% -
HSV(B) 353.33º 0.04% 0.83% -
XYZ 58.76 60.4 65.06 -
YUV 204.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 211 202 203 0 0.04 0.04 0.17 353.33 0.09 0.81
Hex D3 CA CB 0 4 4 11 161 9 51
Octal 323 312 313 0 4 4 21 541 11 121
Binary 11010011 11001010 11001011 0 100 100 10001 101100001 1001 1010001

Color Harmonies of #D3CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CACB

Black with #D3CACB

Text Example


Text Example

White with #D3CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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