Html Css Color HEX #DCADC5 Twilight

📋 copy color: '#DCADC5'

red 220 ◦ green 173 ◦ blue 197

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

Shades of Twilight #DCADC5

Tints of Twilight #DCADC5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.32%

 BLUE value IS 197 (77.34% from 255) = 33.39%

R = 37.29%
G = 29.32%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCADC5 (or 0xDCADC5) is known color: Twilight. HEX triplet: DC, AD and C5. RGB value is (220,173,197). Sum of RGB (Red+Green+Blue) = 220+173+197=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC5 is #23523A. Grayscale: #BDBDBD. Windows color (decimal): -2314811 or 12955100. OLE color: 12955100.

HSL color Cylindrical-coordinate representation of color #DCADC5: hue angle of 329.36º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADC5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 173 197 -
CMYK 0 0.21 0.10 0.14
HSL 329.36º 0.4% 0.77% -
HSV(B) 329.36º 0.21% 0.86% -
XYZ 54.54 49.13 59.43 -
YUV 189.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 220 173 197 0 0.21 0.10 0.14 329.36 0.4 0.77
Hex DC AD C5 0 15 A E 149 28 4D
Octal 334 255 305 0 25 12 16 511 50 115
Binary 11011100 10101101 11000101 0 10101 1010 1110 101001001 101000 1001101

Color Harmonies of #DCADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADC5

Black with #DCADC5

Text Example


Text Example

White with #DCADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADC5; }

 p { color: rgb(220,173,197); }

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

background-color css

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

 a { background-color: rgb(220,173,197); }

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

border-color css

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

 span { border-color: rgb(220,173,197); }

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