Html Css Color HEX #DCAFC3 Melanie

📋 copy color: '#DCAFC3'

red 220 ◦ green 175 ◦ blue 195

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

Shades of Melanie #DCAFC3

Tints of Melanie #DCAFC3

RGB

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

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

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

R = 37.29%
G = 29.66%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DCAFC3 (or 0xDCAFC3) is known color: Melanie. HEX triplet: DC, AF and C3. RGB value is (220,175,195). Sum of RGB (Red+Green+Blue) = 220+175+195=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC3 is #23503C. Grayscale: #BEBEBE. Windows color (decimal): -2314301 or 12824540. OLE color: 12824540.

HSL color Cylindrical-coordinate representation of color #DCAFC3: hue angle of 333.33º 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 #DCAFC3 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 195 -
CMYK 0 0.20 0.11 0.14
HSL 333.33º 0.39% 0.77% -
HSV(B) 333.33º 0.2% 0.86% -
XYZ 54.7 49.82 58.36 -
YUV 190.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 220 175 195 0 0.20 0.11 0.14 333.33 0.39 0.77
Hex DC AF C3 0 14 B E 14D 27 4D
Octal 334 257 303 0 24 13 16 515 47 115
Binary 11011100 10101111 11000011 0 10100 1011 1110 101001101 100111 1001101

Color Harmonies of #DCAFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFC3

Black with #DCAFC3

Text Example


Text Example

White with #DCAFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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