#DEBFE2

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

Shades of Thistle #DEBFE2

Tints of Thistle #DEBFE2

Color information

#DEBFE2 (or 0xDEBFE2) is unknown color: approx Thistle. HEX triplet: DE, BF and E2. RGB value is (222,191,226). Sum of RGB (Red+Green+Blue) = 222+191+226=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFE2 is #21401D. Grayscale: #CCCCCC. Windows color (decimal): -2179102 or 14860254. OLE color: 14860254.

HSL color Cylindrical-coordinate representation of color #DEBFE2: hue angle of 293.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBFE2 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222191226-
CMYK0.020.1500.11
HSL293.14º37.63%81.76%-
HSV(B)293.14º15.49%88.63%-
XYZ62.4858.2879.91-
YUV204.26140.27140.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=34.74%
G=29.89%
B=35.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221912260.020.1500.11293.1437.6381.76
HexDEBFE22F0B1252652
Octal33627734221701344546122
Binary110111101011111111100010101111010111001001011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFE2; }

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

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

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

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

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

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

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

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