#DEBFD0

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

Shades of Twilight #DEBFD0

Tints of Twilight #DEBFD0

Color information

#DEBFD0 (or 0xDEBFD0) is unknown color: approx Twilight. HEX triplet: DE, BF and D0. RGB value is (222,191,208). Sum of RGB (Red+Green+Blue) = 222+191+208=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD0 is #21402F. Grayscale: #CACACA. Windows color (decimal): -2179120 or 13680606. OLE color: 13680606.

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

Color convert

RGB222191208-
CMYK00.140.060.13
HSL327.1º31.96%80.98%-
HSV(B)327.1º13.96%87.06%-
XYZ60.1457.3567.57-
YUV202.21131.27142.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 208 (81.64% from 255) = 33.49%
R=35.75%
G=30.76%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219120800.140.060.13327.131.9680.98
HexDEBFD00E6D1472051
Octal33627732001661550740121
Binary1101111010111111110100000111011011011010001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFD0; }

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

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

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

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

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

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

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

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