Html Css Color HEX #DCADC6 Twilight

📋 copy color: '#DCADC6'

red 220 ◦ green 173 ◦ blue 198

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

Shades of Twilight #DCADC6

Tints of Twilight #DCADC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.5%

R = 37.23%
G = 29.27%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DCADC6 (or 0xDCADC6) is known color: Twilight. HEX triplet: DC, AD and C6. RGB value is (220,173,198). Sum of RGB (Red+Green+Blue) = 220+173+198=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC6 is #235239. Grayscale: #BDBDBD. Windows color (decimal): -2314810 or 13020636. OLE color: 13020636.

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

Color convert

RGB 220 173 198 -
CMYK 0 0.21 0.1 0.14
HSL 328.09º 0.4% 0.77% -
HSV(B) 328.09º 0.21% 0.86% -
XYZ 54.65 49.18 60.04 -
YUV 189.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 220 173 198 0 0.21 0.1 0.14 328.09 0.4 0.77
Hex DC AD C6 0 15 A E 148 28 4D
Octal 334 255 306 0 25 12 16 510 50 115
Binary 11011100 10101101 11000110 0 10101 1010 1110 101001000 101000 1001101

Color Harmonies of #DCADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADC6

Black with #DCADC6

Text Example


Text Example

White with #DCADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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