Html Css Color HEX #DCAFC7 Twilight

📋 copy color: '#DCAFC7'

red 220 ◦ green 175 ◦ blue 199

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

Shades of Twilight #DCAFC7

Tints of Twilight #DCAFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.5%

R = 37.04%
G = 29.46%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCAFC7 (or 0xDCAFC7) is known color: Twilight. HEX triplet: DC, AF and C7. RGB value is (220,175,199). Sum of RGB (Red+Green+Blue) = 220+175+199=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC7 is #235038. Grayscale: #BFBFBF. Windows color (decimal): -2314297 or 13086684. OLE color: 13086684.

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

Color convert

RGB 220 175 199 -
CMYK 0 0.20 0.10 0.14
HSL 328º 0.39% 0.77% -
HSV(B) 328º 0.2% 0.86% -
XYZ 55.15 50 60.78 -
YUV 191.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 220 175 199 0 0.20 0.10 0.14 328 0.39 0.77
Hex DC AF C7 0 14 A E 148 27 4D
Octal 334 257 307 0 24 12 16 510 47 115
Binary 11011100 10101111 11000111 0 10100 1010 1110 101001000 100111 1001101

Color Harmonies of #DCAFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFC7

Black with #DCAFC7

Text Example


Text Example

White with #DCAFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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