#DEBFE3

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

Shades of Thistle #DEBFE3

Tints of Thistle #DEBFE3

Color information

#DEBFE3 (or 0xDEBFE3) is unknown color: approx Thistle. HEX triplet: DE, BF and E3. RGB value is (222,191,227). Sum of RGB (Red+Green+Blue) = 222+191+227=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEBFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFE3 is #21401C. Grayscale: #CCCCCC. Windows color (decimal): -2179101 or 14925790. OLE color: 14925790.

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

Color convert

RGB222191227-
CMYK0.020.1600.11
HSL291.67º39.13%81.96%-
HSV(B)291.67º15.86%89.02%-
XYZ62.6258.3480.63-
YUV204.37140.77140.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 191 (75% from 255) = 29.84%
BLUE value IS 227 (89.06% from 255) = 35.47%
R=34.69%
G=29.84%
B=35.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221912270.020.1600.11291.6739.1381.96
HexDEBFE32100B1242752
Octal33627734322001344447122
Binary1101111010111111111000111010000010111001001001001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFE3; }

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

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

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

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

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

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

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

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