Html Css Color HEX #DABBC3 Melanie

📋 copy color: '#DABBC3'

red 218 ◦ green 187 ◦ blue 195

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

Shades of Melanie #DABBC3

Tints of Melanie #DABBC3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.17%

 BLUE value IS 195 (76.56% from 255) = 32.5%

R = 36.33%
G = 31.17%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DABBC3 (or 0xDABBC3) is known color: Melanie. HEX triplet: DA, BB and C3. RGB value is (218,187,195). Sum of RGB (Red+Green+Blue) = 218+187+195=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBC3 is #25443C. Grayscale: #C5C5C5. Windows color (decimal): -2442301 or 12827610. OLE color: 12827610.

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

Color convert

RGB 218 187 195 -
CMYK 0 0.14 0.11 0.15
HSL 344.52º 0.3% 0.79% -
HSV(B) 344.52º 0.14% 0.85% -
XYZ 56.53 54.39 59.15 -
YUV 197.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 218 187 195 0 0.14 0.11 0.15 344.52 0.3 0.79
Hex DA BB C3 0 E B F 159 1E 4F
Octal 332 273 303 0 16 13 17 531 36 117
Binary 11011010 10111011 11000011 0 1110 1011 1111 101011001 11110 1001111

Color Harmonies of #DABBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBC3

Black with #DABBC3

Text Example


Text Example

White with #DABBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBC3; }

 p { color: rgb(218,187,195); }

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

background-color css

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

 a { background-color: rgb(218,187,195); }

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

border-color css

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

 span { border-color: rgb(218,187,195); }

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