#DEBFCB

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

Shades of Twilight #DEBFCB

Tints of Twilight #DEBFCB

Color information

#DEBFCB (or 0xDEBFCB) is unknown color: approx Twilight. HEX triplet: DE, BF and CB. RGB value is (222,191,203). Sum of RGB (Red+Green+Blue) = 222+191+203=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFCB is #214034. Grayscale: #C9C9C9. Windows color (decimal): -2179125 or 13352926. OLE color: 13352926.

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

Color convert

RGB222191203-
CMYK00.140.090.13
HSL336.77º31.96%80.98%-
HSV(B)336.77º13.96%87.06%-
XYZ59.5357.164.38-
YUV201.64128.77142.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=36.04%
G=31.01%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219120300.140.090.13336.7731.9680.98
HexDEBFCB0E9D1512051
Octal336277313016111552140121
Binary11011110101111111100101101110100111011010100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFCB; }

 p { color: rgb(222,191,203); }

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

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

 a { background-color: rgb(222,191,203); }

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

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

 span { border-color: rgb(222,191,203); }

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