Html Css Color HEX #DABCC4 Melanie

📋 copy color: '#DABCC4'

red 218 ◦ green 188 ◦ blue 196

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

Shades of Melanie #DABCC4

Tints of Melanie #DABCC4

RGB

 RED value IS 218 (85.55% from 255) = 36.21%

 GREEN value IS 188 (73.83% from 255) = 31.23%

 BLUE value IS 196 (76.95% from 255) = 32.56%

R = 36.21%
G = 31.23%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DABCC4 (or 0xDABCC4) is known color: Melanie. HEX triplet: DA, BC and C4. RGB value is (218,188,196). Sum of RGB (Red+Green+Blue) = 218+188+196=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCC4 is #25433B. Grayscale: #C5C5C5. Windows color (decimal): -2442044 or 12893402. OLE color: 12893402.

HSL color Cylindrical-coordinate representation of color #DABCC4: hue angle of 344º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABCC4 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 196 -
CMYK 0 0.14 0.10 0.15
HSL 344º 0.29% 0.8% -
HSV(B) 344º 0.14% 0.85% -
XYZ 56.86 54.86 59.82 -
YUV 197.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 218 188 196 0 0.14 0.10 0.15 344 0.29 0.8
Hex DA BC C4 0 E A F 158 1D 50
Octal 332 274 304 0 16 12 17 530 35 120
Binary 11011010 10111100 11000100 0 1110 1010 1111 101011000 11101 1010000

Color Harmonies of #DABCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCC4

Black with #DABCC4

Text Example


Text Example

White with #DABCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCC4; }

 p { color: rgb(218,188,196); }

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

background-color css

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

 a { background-color: rgb(218,188,196); }

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

border-color css

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

 span { border-color: rgb(218,188,196); }

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