#DEBBD1

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

Shades of Twilight #DEBBD1

Tints of Twilight #DEBBD1

Color information

#DEBBD1 (or 0xDEBBD1) is unknown color: approx Twilight. HEX triplet: DE, BB and D1. RGB value is (222,187,209). Sum of RGB (Red+Green+Blue) = 222+187+209=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBD1 is #21442E. Grayscale: #C7C7C7. Windows color (decimal): -2180143 or 13745118. OLE color: 13745118.

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

Color convert

RGB222187209-
CMYK00.160.060.13
HSL322.29º34.65%80.2%-
HSV(B)322.29º15.77%87.06%-
XYZ59.455.6767.94-
YUV199.97133.1143.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 209 (82.03% from 255) = 33.82%
R=35.92%
G=30.26%
B=33.82%

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
Decimal22218720900.160.060.13322.2934.6580.2
HexDEBBD10106D1422350
Octal33627332102061550243120
Binary11011110101110111101000101000011011011010000101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBD1; }

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

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

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

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

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

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

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

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