Html Css Color HEX #DABFC5 Melanie

📋 copy color: '#DABFC5'

red 218 ◦ green 191 ◦ blue 197

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

Shades of Melanie #DABFC5

Tints of Melanie #DABFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.51%

R = 35.97%
G = 31.52%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DABFC5 (or 0xDABFC5) is known color: Melanie. HEX triplet: DA, BF and C5. RGB value is (218,191,197). Sum of RGB (Red+Green+Blue) = 218+191+197=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFC5 is #25403A. Grayscale: #C7C7C7. Windows color (decimal): -2441275 or 12959706. OLE color: 12959706.

HSL color Cylindrical-coordinate representation of color #DABFC5: hue angle of 346.67º 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 #DABFC5 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 191 197 -
CMYK 0 0.12 0.10 0.15
HSL 346.67º 0.27% 0.8% -
HSV(B) 346.67º 0.12% 0.85% -
XYZ 57.62 56.2 60.63 -
YUV 199.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 218 191 197 0 0.12 0.10 0.15 346.67 0.27 0.8
Hex DA BF C5 0 C A F 15B 1B 50
Octal 332 277 305 0 14 12 17 533 33 120
Binary 11011010 10111111 11000101 0 1100 1010 1111 101011011 11011 1010000

Color Harmonies of #DABFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABFC5

Black with #DABFC5

Text Example


Text Example

White with #DABFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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