Html Css Color HEX #DCAFC8 Twilight

📋 copy color: '#DCAFC8'

red 220 ◦ green 175 ◦ blue 200

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

Shades of Twilight #DCAFC8

Tints of Twilight #DCAFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.61%

R = 36.97%
G = 29.41%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCAFC8 (or 0xDCAFC8) is known color: Twilight. HEX triplet: DC, AF and C8. RGB value is (220,175,200). Sum of RGB (Red+Green+Blue) = 220+175+200=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC8 is #235037. Grayscale: #BFBFBF. Windows color (decimal): -2314296 or 13152220. OLE color: 13152220.

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

Color convert

RGB 220 175 200 -
CMYK 0 0.20 0.09 0.14
HSL 326.67º 0.39% 0.77% -
HSV(B) 326.67º 0.2% 0.86% -
XYZ 55.27 50.05 61.39 -
YUV 191.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 220 175 200 0 0.20 0.09 0.14 326.67 0.39 0.77
Hex DC AF C8 0 14 9 E 147 27 4D
Octal 334 257 310 0 24 11 16 507 47 115
Binary 11011100 10101111 11001000 0 10100 1001 1110 101000111 100111 1001101

Color Harmonies of #DCAFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFC8

Black with #DCAFC8

Text Example


Text Example

White with #DCAFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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