Html Css Color HEX #DABFC8 Melanie

📋 copy color: '#DABFC8'

red 218 ◦ green 191 ◦ blue 200

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

Shades of Melanie #DABFC8

Tints of Melanie #DABFC8

RGB

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

 GREEN value IS 191 (75% from 255) = 31.36%

 BLUE value IS 200 (78.52% from 255) = 32.84%

R = 35.8%
G = 31.36%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DABFC8 (or 0xDABFC8) is known color: Melanie. HEX triplet: DA, BF and C8. RGB value is (218,191,200). Sum of RGB (Red+Green+Blue) = 218+191+200=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFC8 is #254037. Grayscale: #C8C8C8. Windows color (decimal): -2441272 or 13156314. OLE color: 13156314.

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

Color convert

RGB 218 191 200 -
CMYK 0 0.12 0.08 0.15
HSL 340º 0.27% 0.8% -
HSV(B) 340º 0.12% 0.85% -
XYZ 57.97 56.34 62.46 -
YUV 200.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 218 191 200 0 0.12 0.08 0.15 340 0.27 0.8
Hex DA BF C8 0 C 8 F 154 1B 50
Octal 332 277 310 0 14 10 17 524 33 120
Binary 11011010 10111111 11001000 0 1100 1000 1111 101010100 11011 1010000

Color Harmonies of #DABFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABFC8

Black with #DABFC8

Text Example


Text Example

White with #DABFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABFC8; }

 p { color: rgb(218,191,200); }

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

background-color css

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

 a { background-color: rgb(218,191,200); }

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

border-color css

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

 span { border-color: rgb(218,191,200); }

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