Html Css Color HEX #DAB0C2 Melanie

📋 copy color: '#DAB0C2'

red 218 ◦ green 176 ◦ blue 194

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

Shades of Melanie #DAB0C2

Tints of Melanie #DAB0C2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.93%

 BLUE value IS 194 (76.17% from 255) = 32.99%

R = 37.07%
G = 29.93%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DAB0C2 (or 0xDAB0C2) is known color: Melanie. HEX triplet: DA, B0 and C2. RGB value is (218,176,194). Sum of RGB (Red+Green+Blue) = 218+176+194=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0C2 is #254F3D. Grayscale: #BEBEBE. Windows color (decimal): -2445118 or 12759258. OLE color: 12759258.

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

Color convert

RGB 218 176 194 -
CMYK 0 0.19 0.11 0.15
HSL 334.29º 0.36% 0.77% -
HSV(B) 334.29º 0.19% 0.85% -
XYZ 54.18 49.85 57.81 -
YUV 190.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 218 176 194 0 0.19 0.11 0.15 334.29 0.36 0.77
Hex DA B0 C2 0 13 B F 14E 24 4D
Octal 332 260 302 0 23 13 17 516 44 115
Binary 11011010 10110000 11000010 0 10011 1011 1111 101001110 100100 1001101

Color Harmonies of #DAB0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0C2

Black with #DAB0C2

Text Example


Text Example

White with #DAB0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0C2; }

 p { color: rgb(218,176,194); }

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

background-color css

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

 a { background-color: rgb(218,176,194); }

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

border-color css

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

 span { border-color: rgb(218,176,194); }

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