#DEBEDF

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

Shades of Thistle #DEBEDF

Tints of Thistle #DEBEDF

Color information

#DEBEDF (or 0xDEBEDF) is unknown color: approx Thistle. HEX triplet: DE, BE and DF. RGB value is (222,190,223). Sum of RGB (Red+Green+Blue) = 222+190+223=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEDF is #214120. Grayscale: #CBCBCB. Windows color (decimal): -2179361 or 14663390. OLE color: 14663390.

HSL color Cylindrical-coordinate representation of color #DEBEDF: hue angle of 298.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBEDF is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222190223-
CMYK0.000.1500.13
HSL298.18º34.02%80.98%-
HSV(B)298.18º14.8%87.45%-
XYZ61.8657.6877.69-
YUV203.33139.1141.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=34.96%
G=29.92%
B=35.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221902230.000.1500.13298.1834.0280.98
HexDEBEDF0F0D12a2251
Octal33627633701701545242121
Binary11011110101111101101111101111011011001010101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEDF; }

 p { color: rgb(222,190,223); }

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

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

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

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

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

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

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