#DEBDCA

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

Shades of Twilight #DEBDCA

Tints of Twilight #DEBDCA

Color information

#DEBDCA (or 0xDEBDCA) is unknown color: approx Twilight. HEX triplet: DE, BD and CA. RGB value is (222,189,202). Sum of RGB (Red+Green+Blue) = 222+189+202=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDCA is #214235. Grayscale: #C8C8C8. Windows color (decimal): -2179638 or 13286878. OLE color: 13286878.

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

Color convert

RGB222189202-
CMYK00.150.090.13
HSL336.36º33.33%80.59%-
HSV(B)336.36º14.86%87.06%-
XYZ58.9856.1963.61-
YUV200.35128.93143.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=36.22%
G=30.83%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218920200.150.090.13336.3633.3380.59
HexDEBDCA0F9D1502151
Octal336275312017111552041121
Binary11011110101111011100101001111100111011010100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDCA; }

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

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

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

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

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

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

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

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