#DCAECC

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

Shades of Twilight #DCAECC

Tints of Twilight #DCAECC

Color information

#DCAECC (or 0xDCAECC) is unknown color: approx Twilight. HEX triplet: DC, AE and CC. RGB value is (220,174,204). Sum of RGB (Red+Green+Blue) = 220+174+204=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAECC is #235133. Grayscale: #BFBFBF. Windows color (decimal): -2314548 or 13414108. OLE color: 13414108.

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

Color convert

RGB220174204-
CMYK00.210.070.14
HSL320.87º39.66%77.25%-
HSV(B)320.87º20.91%86.27%-
XYZ55.5549.8563.82-
YUV191.17135.24148.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=36.79%
G=29.10%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017420400.210.070.14320.8739.6677.25
HexDCAECC0157E141284d
Octal33425631402571650150115
Binary11011100101011101100110001010111111101010000011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAECC; }

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

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

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

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

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

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

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

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