Html Css Color HEX #DCAFCD Twilight

📋 copy color: '#DCAFCD'

red 220 ◦ green 175 ◦ blue 205

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

Shades of Twilight #DCAFCD

Tints of Twilight #DCAFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.17%

R = 36.67%
G = 29.17%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCAFCD (or 0xDCAFCD) is known color: Twilight. HEX triplet: DC, AF and CD. RGB value is (220,175,205). Sum of RGB (Red+Green+Blue) = 220+175+205=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFCD is #235032. Grayscale: #BFBFBF. Windows color (decimal): -2314291 or 13479900. OLE color: 13479900.

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

Color convert

RGB 220 175 205 -
CMYK 0 0.20 0.07 0.14
HSL 320º 0.39% 0.77% -
HSV(B) 320º 0.2% 0.86% -
XYZ 55.86 50.28 64.52 -
YUV 191.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 220 175 205 0 0.20 0.07 0.14 320 0.39 0.77
Hex DC AF CD 0 14 7 E 140 27 4D
Octal 334 257 315 0 24 7 16 500 47 115
Binary 11011100 10101111 11001101 0 10100 111 1110 101000000 100111 1001101

Color Harmonies of #DCAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFCD

Black with #DCAFCD

Text Example


Text Example

White with #DCAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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