Html Css Color HEX #DCAFC9 Twilight

📋 copy color: '#DCAFC9'

red 220 ◦ green 175 ◦ blue 201

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

Shades of Twilight #DCAFC9

Tints of Twilight #DCAFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.72%

R = 36.91%
G = 29.36%
B = 33.72%

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

#DCAFC9 (or 0xDCAFC9) is known color: Twilight. HEX triplet: DC, AF and C9. RGB value is (220,175,201). Sum of RGB (Red+Green+Blue) = 220+175+201=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC9 is #235036. Grayscale: #BFBFBF. Windows color (decimal): -2314295 or 13217756. OLE color: 13217756.

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

Color convert

RGB 220 175 201 -
CMYK 0 0.20 0.09 0.14
HSL 325.33º 0.39% 0.77% -
HSV(B) 325.33º 0.2% 0.86% -
XYZ 55.39 50.09 62.01 -
YUV 191.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 220 175 201 0 0.20 0.09 0.14 325.33 0.39 0.77
Hex DC AF C9 0 14 9 E 145 27 4D
Octal 334 257 311 0 24 11 16 505 47 115
Binary 11011100 10101111 11001001 0 10100 1001 1110 101000101 100111 1001101

Color Harmonies of #DCAFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFC9

Black with #DCAFC9

Text Example


Text Example

White with #DCAFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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