#DEBACA

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

Shades of Twilight #DEBACA

Tints of Twilight #DEBACA

Color information

#DEBACA (or 0xDEBACA) is unknown color: approx Twilight. HEX triplet: DE, BA and CA. RGB value is (222,186,202). Sum of RGB (Red+Green+Blue) = 222+186+202=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBACA is #214535. Grayscale: #C6C6C6. Windows color (decimal): -2180406 or 13286110. OLE color: 13286110.

HSL color Cylindrical-coordinate representation of color #DEBACA: hue angle of 333.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBACA is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222186202-
CMYK00.160.090.13
HSL333.33º35.29%80%-
HSV(B)333.33º16.22%87.06%-
XYZ58.3454.9163.4-
YUV198.59129.93144.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.39%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=36.39%
G=30.49%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218620200.160.090.13333.3335.2980
HexDEBACA0109D14d2350
Octal336272312020111551543120
Binary110111101011101011001010010000100111011010011011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBACA; }

 p { color: rgb(222,186,202); }

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

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

 a { background-color: rgb(222,186,202); }

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

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

 span { border-color: rgb(222,186,202); }

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