Html Css Color HEX #D4CACB Melanie

📋 copy color: '#D4CACB'

red 212 ◦ green 202 ◦ blue 203

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

Shades of Melanie #D4CACB

Tints of Melanie #D4CACB

RGB

 RED value IS 212 (83.2% from 255) = 34.36%

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

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

R = 34.36%
G = 32.74%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4CACB (or 0xD4CACB) is known color: Melanie. HEX triplet: D4, CA and CB. RGB value is (212,202,203). Sum of RGB (Red+Green+Blue) = 212+202+203=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CACB is #2B3534. Grayscale: #CDCDCD. Windows color (decimal): -2831669 or 13355732. OLE color: 13355732.

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

Color convert

RGB 212 202 203 -
CMYK 0 0.05 0.04 0.17
HSL 354º 0.1% 0.81% -
HSV(B) 354º 0.05% 0.83% -
XYZ 59.05 60.55 65.07 -
YUV 205.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 212 202 203 0 0.05 0.04 0.17 354 0.1 0.81
Hex D4 CA CB 0 5 4 11 162 A 51
Octal 324 312 313 0 5 4 21 542 12 121
Binary 11010100 11001010 11001011 0 101 100 10001 101100010 1010 1010001

Color Harmonies of #D4CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CACB

Black with #D4CACB

Text Example


Text Example

White with #D4CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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