Html Css Color HEX #DCACC6 Twilight

📋 copy color: '#DCACC6'

red 220 ◦ green 172 ◦ blue 198

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

Shades of Twilight #DCACC6

Tints of Twilight #DCACC6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.15%

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

R = 37.29%
G = 29.15%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DCACC6 (or 0xDCACC6) is known color: Twilight. HEX triplet: DC, AC and C6. RGB value is (220,172,198). Sum of RGB (Red+Green+Blue) = 220+172+198=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC6 is #235339. Grayscale: #BDBDBD. Windows color (decimal): -2315066 or 13020380. OLE color: 13020380.

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

Color convert

RGB 220 172 198 -
CMYK 0 0.22 0.1 0.14
HSL 327.5º 0.41% 0.77% -
HSV(B) 327.5º 0.22% 0.86% -
XYZ 54.46 48.8 59.97 -
YUV 189.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 220 172 198 0 0.22 0.1 0.14 327.5 0.41 0.77
Hex DC AC C6 0 16 A E 148 29 4D
Octal 334 254 306 0 26 12 16 510 51 115
Binary 11011100 10101100 11000110 0 10110 1010 1110 101001000 101001 1001101

Color Harmonies of #DCACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACC6

Black with #DCACC6

Text Example


Text Example

White with #DCACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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