#DCAEC8

Color #DCAEC8 Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #DCAEC8

Tints of Twilight #DCAEC8

Color information

#DCAEC8 (or 0xDCAEC8) is unknown color: approx Twilight. HEX triplet: DC, AE and C8. RGB value is (220,174,200). Sum of RGB (Red+Green+Blue) = 220+174+200=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC8 is #235137. Grayscale: #BEBEBE. Windows color (decimal): -2314552 or 13151964. OLE color: 13151964.

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

Color convert

RGB220174200-
CMYK00.210.090.14
HSL326.09º39.66%77.25%-
HSV(B)326.09º20.91%86.27%-
XYZ55.0849.6661.33-
YUV190.72133.24148.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 200 (78.52% from 255) = 33.67%
R=37.04%
G=29.29%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017420000.210.090.14326.0939.6677.25
HexDCAEC80159E146284d
Octal334256310025111650650115
Binary110111001010111011001000010101100111101010001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEC8; }

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

 H1.HeaderClassName
 {
   color: #DCAEC8;
 }
 .AnyTagClassName
 {
   color: #DCAEC8;
 }
</style>
background-color css

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

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

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

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

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

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