#DCAECA

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

Shades of Twilight #DCAECA

Tints of Twilight #DCAECA

Color information

#DCAECA (or 0xDCAECA) is unknown color: approx Twilight. HEX triplet: DC, AE and CA. RGB value is (220,174,202). Sum of RGB (Red+Green+Blue) = 220+174+202=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAECA is #235135. Grayscale: #BEBEBE. Windows color (decimal): -2314550 or 13283036. OLE color: 13283036.

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

Color convert

RGB220174202-
CMYK00.210.080.14
HSL323.48º39.66%77.25%-
HSV(B)323.48º20.91%86.27%-
XYZ55.3149.7562.56-
YUV190.95134.24148.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=36.91%
G=29.19%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017420200.210.080.14323.4839.6677.25
HexDCAECA0158E143284d
Octal334256312025101650350115
Binary110111001010111011001010010101100011101010000111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAECA; }

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

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

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

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

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

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

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

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