Html Css Color HEX #DCAFC6 Twilight

📋 copy color: '#DCAFC6'

red 220 ◦ green 175 ◦ blue 198

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

Shades of Twilight #DCAFC6

Tints of Twilight #DCAFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.39%

R = 37.1%
G = 29.51%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DCAFC6 (or 0xDCAFC6) is known color: Twilight. HEX triplet: DC, AF and C6. RGB value is (220,175,198). Sum of RGB (Red+Green+Blue) = 220+175+198=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC6 is #235039. Grayscale: #BFBFBF. Windows color (decimal): -2314298 or 13021148. OLE color: 13021148.

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

Color convert

RGB 220 175 198 -
CMYK 0 0.20 0.1 0.14
HSL 329.33º 0.39% 0.77% -
HSV(B) 329.33º 0.2% 0.86% -
XYZ 55.04 49.95 60.17 -
YUV 191.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 220 175 198 0 0.20 0.1 0.14 329.33 0.39 0.77
Hex DC AF C6 0 14 A E 149 27 4D
Octal 334 257 306 0 24 12 16 511 47 115
Binary 11011100 10101111 11000110 0 10100 1010 1110 101001001 100111 1001101

Color Harmonies of #DCAFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFC6

Black with #DCAFC6

Text Example


Text Example

White with #DCAFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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