#DEBFE0

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

Shades of Thistle #DEBFE0

Tints of Thistle #DEBFE0

Color information

#DEBFE0 (or 0xDEBFE0) is unknown color: approx Thistle. HEX triplet: DE, BF and E0. RGB value is (222,191,224). Sum of RGB (Red+Green+Blue) = 222+191+224=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFE0 is #21401F. Grayscale: #CBCBCB. Windows color (decimal): -2179104 or 14729182. OLE color: 14729182.

HSL color Cylindrical-coordinate representation of color #DEBFE0: hue angle of 296.36º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBFE0 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222191224-
CMYK0.010.1500.12
HSL296.36º34.74%81.37%-
HSV(B)296.36º14.73%87.84%-
XYZ62.2158.1778.47-
YUV204.03139.27140.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=34.85%
G=29.98%
B=35.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221912240.010.1500.12296.3634.7481.37
HexDEBFE01F0C1282351
Octal33627734011701445043121
Binary11011110101111111110000011111011001001010001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFE0; }

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

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

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

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

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

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

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

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