#DEBBD0

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

Shades of Twilight #DEBBD0

Tints of Twilight #DEBBD0

Color information

#DEBBD0 (or 0xDEBBD0) is unknown color: approx Twilight. HEX triplet: DE, BB and D0. RGB value is (222,187,208). Sum of RGB (Red+Green+Blue) = 222+187+208=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBD0 is #21442F. Grayscale: #C7C7C7. Windows color (decimal): -2180144 or 13679582. OLE color: 13679582.

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

Color convert

RGB222187208-
CMYK00.160.060.13
HSL324º34.65%80.2%-
HSV(B)324º15.77%87.06%-
XYZ59.2855.6267.29-
YUV199.86132.6143.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 208 (81.64% from 255) = 33.71%
R=35.98%
G=30.31%
B=33.71%

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
Decimal22218720800.160.060.1332434.6580.2
HexDEBBD00106D1442350
Octal33627332002061550443120
Binary11011110101110111101000001000011011011010001001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBD0; }

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

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

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

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

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

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

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

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