#DEBFDE

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

Shades of Thistle #DEBFDE

Tints of Thistle #DEBFDE

Color information

#DEBFDE (or 0xDEBFDE) is unknown color: approx Thistle. HEX triplet: DE, BF and DE. RGB value is (222,191,222). Sum of RGB (Red+Green+Blue) = 222+191+222=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFDE is #214021. Grayscale: #CBCBCB. Windows color (decimal): -2179106 or 14598110. OLE color: 14598110.

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

Color convert

RGB222191222-
CMYK00.1400.13
HSL300º31.96%80.98%-
HSV(B)300º13.96%87.06%-
XYZ61.9458.0777.05-
YUV203.8138.27140.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=34.96%
G=30.08%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219122200.1400.1330031.9680.98
HexDEBFDE0E0D12c2051
Octal33627733601601545440121
Binary11011110101111111101111001110011011001011001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFDE; }

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

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

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

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

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

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

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

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