#DEBFD2

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

Shades of Twilight #DEBFD2

Tints of Twilight #DEBFD2

Color information

#DEBFD2 (or 0xDEBFD2) is unknown color: approx Twilight. HEX triplet: DE, BF and D2. RGB value is (222,191,210). Sum of RGB (Red+Green+Blue) = 222+191+210=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD2 is #21402D. Grayscale: #CACACA. Windows color (decimal): -2179118 or 13811678. OLE color: 13811678.

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

Color convert

RGB222191210-
CMYK00.140.050.13
HSL323.23º31.96%80.98%-
HSV(B)323.23º13.96%87.06%-
XYZ60.3957.4468.88-
YUV202.44132.27141.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 210 (82.42% from 255) = 33.71%
R=35.63%
G=30.66%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219121000.140.050.13323.2331.9680.98
HexDEBFD20E5D1432051
Octal33627732201651550340121
Binary1101111010111111110100100111010111011010000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFD2; }

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

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

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

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

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

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

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

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