Html Css Color HEX #DAB2C2 Melanie

📋 copy color: '#DAB2C2'

red 218 ◦ green 178 ◦ blue 194

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

Shades of Melanie #DAB2C2

Tints of Melanie #DAB2C2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.17%

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

R = 36.95%
G = 30.17%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DAB2C2 (or 0xDAB2C2) is known color: Melanie. HEX triplet: DA, B2 and C2. RGB value is (218,178,194). Sum of RGB (Red+Green+Blue) = 218+178+194=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2C2 is #254D3D. Grayscale: #BFBFBF. Windows color (decimal): -2444606 or 12759770. OLE color: 12759770.

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

Color convert

RGB 218 178 194 -
CMYK 0 0.18 0.11 0.15
HSL 336º 0.35% 0.78% -
HSV(B) 336º 0.18% 0.85% -
XYZ 54.57 50.64 57.94 -
YUV 191.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 218 178 194 0 0.18 0.11 0.15 336 0.35 0.78
Hex DA B2 C2 0 12 B F 150 23 4E
Octal 332 262 302 0 22 13 17 520 43 116
Binary 11011010 10110010 11000010 0 10010 1011 1111 101010000 100011 1001110

Color Harmonies of #DAB2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2C2

Black with #DAB2C2

Text Example


Text Example

White with #DAB2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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