#DCAEC7

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

Shades of Twilight #DCAEC7

Tints of Twilight #DCAEC7

Color information

#DCAEC7 (or 0xDCAEC7) is unknown color: approx Twilight. HEX triplet: DC, AE and C7. RGB value is (220,174,199). Sum of RGB (Red+Green+Blue) = 220+174+199=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC7 is #235138. Grayscale: #BEBEBE. Windows color (decimal): -2314553 or 13086428. OLE color: 13086428.

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

Color convert

RGB220174199-
CMYK00.210.100.14
HSL327.39º39.66%77.25%-
HSV(B)327.39º20.91%86.27%-
XYZ54.9649.6160.71-
YUV190.6132.74148.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=37.10%
G=29.34%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017419900.210.100.14327.3939.6677.25
HexDCAEC7015AE147284d
Octal334256307025121650750115
Binary110111001010111011000111010101101011101010001111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEC7; }

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

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

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

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

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

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

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

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