Html Css Color HEX #D1CACB Melanie

📋 copy color: '#D1CACB'

red 209 ◦ green 202 ◦ blue 203

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

Shades of Melanie #D1CACB

Tints of Melanie #D1CACB

RGB

 RED value IS 209 (82.03% from 255) = 34.04%

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

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

R = 34.04%
G = 32.9%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D1CACB (or 0xD1CACB) is known color: Melanie. HEX triplet: D1, CA and CB. RGB value is (209,202,203). Sum of RGB (Red+Green+Blue) = 209+202+203=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CACB is #2E3534. Grayscale: #CCCCCC. Windows color (decimal): -3028277 or 13355729. OLE color: 13355729.

HSL color Cylindrical-coordinate representation of color #D1CACB: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1CACB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 202 203 -
CMYK 0 0.03 0.03 0.18
HSL 351.43º 0.07% 0.81% -
HSV(B) 351.43º 0.03% 0.82% -
XYZ 58.19 60.11 65.03 -
YUV 204.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 209 202 203 0 0.03 0.03 0.18 351.43 0.07 0.81
Hex D1 CA CB 0 3 3 12 15F 7 51
Octal 321 312 313 0 3 3 22 537 7 121
Binary 11010001 11001010 11001011 0 11 11 10010 101011111 111 1010001

Color Harmonies of #D1CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CACB

Black with #D1CACB

Text Example


Text Example

White with #D1CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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