Html Css Color HEX #DABFC6 Melanie

📋 copy color: '#DABFC6'

red 218 ◦ green 191 ◦ blue 198

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

Shades of Melanie #DABFC6

Tints of Melanie #DABFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.62%

R = 35.91%
G = 31.47%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DABFC6 (or 0xDABFC6) is known color: Melanie. HEX triplet: DA, BF and C6. RGB value is (218,191,198). Sum of RGB (Red+Green+Blue) = 218+191+198=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFC6 is #254039. Grayscale: #C7C7C7. Windows color (decimal): -2441274 or 13025242. OLE color: 13025242.

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

Color convert

RGB 218 191 198 -
CMYK 0 0.12 0.09 0.15
HSL 344.44º 0.27% 0.8% -
HSV(B) 344.44º 0.12% 0.85% -
XYZ 57.74 56.24 61.24 -
YUV 199.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 218 191 198 0 0.12 0.09 0.15 344.44 0.27 0.8
Hex DA BF C6 0 C 9 F 158 1B 50
Octal 332 277 306 0 14 11 17 530 33 120
Binary 11011010 10111111 11000110 0 1100 1001 1111 101011000 11011 1010000

Color Harmonies of #DABFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABFC6

Black with #DABFC6

Text Example


Text Example

White with #DABFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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