#DEBFD4

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

Shades of Twilight #DEBFD4

Tints of Twilight #DEBFD4

Color information

#DEBFD4 (or 0xDEBFD4) is unknown color: approx Twilight. HEX triplet: DE, BF and D4. RGB value is (222,191,212). Sum of RGB (Red+Green+Blue) = 222+191+212=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD4 is #21402B. Grayscale: #CACACA. Windows color (decimal): -2179116 or 13942750. OLE color: 13942750.

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

Color convert

RGB222191212-
CMYK00.140.050.13
HSL319.35º31.96%80.98%-
HSV(B)319.35º13.96%87.06%-
XYZ60.6457.5470.2-
YUV202.66133.27141.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=35.52%
G=30.56%
B=33.92%

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
Decimal22219121200.140.050.13319.3531.9680.98
HexDEBFD40E5D13f2051
Octal33627732401651547740121
Binary1101111010111111110101000111010111011001111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFD4; }

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

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

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

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

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

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

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

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