#DEBBCA

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

Shades of Twilight #DEBBCA

Tints of Twilight #DEBBCA

Color information

#DEBBCA (or 0xDEBBCA) is unknown color: approx Twilight. HEX triplet: DE, BB and CA. RGB value is (222,187,202). Sum of RGB (Red+Green+Blue) = 222+187+202=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBCA is #214435. Grayscale: #C7C7C7. Windows color (decimal): -2180150 or 13286366. OLE color: 13286366.

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

Color convert

RGB222187202-
CMYK00.160.090.13
HSL334.29º34.65%80.2%-
HSV(B)334.29º15.77%87.06%-
XYZ58.5655.3363.47-
YUV199.18129.6144.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=36.33%
G=30.61%
B=33.06%

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
Decimal22218720200.160.090.13334.2934.6580.2
HexDEBBCA0109D14e2350
Octal336273312020111551643120
Binary110111101011101111001010010000100111011010011101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBCA; }

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

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

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

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

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

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

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

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