Html Css Color HEX #DCAEC5 Twilight

📋 copy color: '#DCAEC5'

red 220 ◦ green 174 ◦ blue 197

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

Shades of Twilight #DCAEC5

Tints of Twilight #DCAEC5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.44%

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

R = 37.23%
G = 29.44%
B = 33.33%

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

#DCAEC5 (or 0xDCAEC5) is known color: Twilight. HEX triplet: DC, AE and C5. RGB value is (220,174,197). Sum of RGB (Red+Green+Blue) = 220+174+197=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC5 is #23513A. Grayscale: #BEBEBE. Windows color (decimal): -2314555 or 12955356. OLE color: 12955356.

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

Color convert

RGB 220 174 197 -
CMYK 0 0.21 0.10 0.14
HSL 330º 0.4% 0.77% -
HSV(B) 330º 0.21% 0.86% -
XYZ 54.73 49.52 59.5 -
YUV 190.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 220 174 197 0 0.21 0.10 0.14 330 0.4 0.77
Hex DC AE C5 0 15 A E 14A 28 4D
Octal 334 256 305 0 25 12 16 512 50 115
Binary 11011100 10101110 11000101 0 10101 1010 1110 101001010 101000 1001101

Color Harmonies of #DCAEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEC5

Black with #DCAEC5

Text Example


Text Example

White with #DCAEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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