#DEBAD0

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

Shades of Twilight #DEBAD0

Tints of Twilight #DEBAD0

Color information

#DEBAD0 (or 0xDEBAD0) is unknown color: approx Twilight. HEX triplet: DE, BA and D0. RGB value is (222,186,208). Sum of RGB (Red+Green+Blue) = 222+186+208=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAD0 is #21452F. Grayscale: #C7C7C7. Windows color (decimal): -2180400 or 13679326. OLE color: 13679326.

HSL color Cylindrical-coordinate representation of color #DEBAD0: hue angle of 323.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 #DEBAD0 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB222186208-
CMYK00.160.060.13
HSL323.33º35.29%80%-
HSV(B)323.33º16.22%87.06%-
XYZ59.0755.267.22-
YUV199.27132.93144.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 208 (81.64% from 255) = 33.77%
R=36.04%
G=30.19%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218620800.160.060.13323.3335.2980
HexDEBAD00106D1432350
Octal33627232002061550343120
Binary11011110101110101101000001000011011011010000111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAD0; }

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

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

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

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

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

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

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

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