Html Css Color HEX #DCADC9 Twilight

📋 copy color: '#DCADC9'

red 220 ◦ green 173 ◦ blue 201

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

Shades of Twilight #DCADC9

Tints of Twilight #DCADC9

RGB

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

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

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

R = 37.04%
G = 29.12%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCADC9 (or 0xDCADC9) is known color: Twilight. HEX triplet: DC, AD and C9. RGB value is (220,173,201). Sum of RGB (Red+Green+Blue) = 220+173+201=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC9 is #235236. Grayscale: #BEBEBE. Windows color (decimal): -2314807 or 13217244. OLE color: 13217244.

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

Color convert

RGB 220 173 201 -
CMYK 0 0.21 0.09 0.14
HSL 324.26º 0.4% 0.77% -
HSV(B) 324.26º 0.21% 0.86% -
XYZ 55 49.32 61.88 -
YUV 190.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 220 173 201 0 0.21 0.09 0.14 324.26 0.4 0.77
Hex DC AD C9 0 15 9 E 144 28 4D
Octal 334 255 311 0 25 11 16 504 50 115
Binary 11011100 10101101 11001001 0 10101 1001 1110 101000100 101000 1001101

Color Harmonies of #DCADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADC9

Black with #DCADC9

Text Example


Text Example

White with #DCADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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