Html Css Color HEX #DCAFC2 Melanie

📋 copy color: '#DCAFC2'

red 220 ◦ green 175 ◦ blue 194

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

Shades of Melanie #DCAFC2

Tints of Melanie #DCAFC2

RGB

 RED value IS 220 (86.33% from 255) = 37.35%

 GREEN value IS 175 (68.75% from 255) = 29.71%

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

R = 37.35%
G = 29.71%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCAFC2 (or 0xDCAFC2) is known color: Melanie. HEX triplet: DC, AF and C2. RGB value is (220,175,194). Sum of RGB (Red+Green+Blue) = 220+175+194=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC2 is #23503D. Grayscale: #BEBEBE. Windows color (decimal): -2314302 or 12759004. OLE color: 12759004.

HSL color Cylindrical-coordinate representation of color #DCAFC2: hue angle of 334.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFC2 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 194 -
CMYK 0 0.20 0.12 0.14
HSL 334.67º 0.39% 0.77% -
HSV(B) 334.67º 0.2% 0.86% -
XYZ 54.58 49.77 57.77 -
YUV 190.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 220 175 194 0 0.20 0.12 0.14 334.67 0.39 0.77
Hex DC AF C2 0 14 C E 14F 27 4D
Octal 334 257 302 0 24 14 16 517 47 115
Binary 11011100 10101111 11000010 0 10100 1100 1110 101001111 100111 1001101

Color Harmonies of #DCAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFC2

Black with #DCAFC2

Text Example


Text Example

White with #DCAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFC2; }

 p { color: rgb(220,175,194); }

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

background-color css

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

 a { background-color: rgb(220,175,194); }

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

border-color css

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

 span { border-color: rgb(220,175,194); }

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