#DEBAE8

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

Shades of Thistle #DEBAE8

Tints of Thistle #DEBAE8

Color information

#DEBAE8 (or 0xDEBAE8) is unknown color: approx Thistle. HEX triplet: DE, BA and E8. RGB value is (222,186,232). Sum of RGB (Red+Green+Blue) = 222+186+232=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAE8 is #214517. Grayscale: #C9C9C9. Windows color (decimal): -2180376 or 15252190. OLE color: 15252190.

HSL color Cylindrical-coordinate representation of color #DEBAE8: hue angle of 286.96º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBAE8 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222186232-
CMYK0.040.2000.09
HSL286.96º50%81.96%-
HSV(B)286.96º19.83%90.98%-
XYZ62.2556.4783.96-
YUV202.01144.93142.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 232 (91.02% from 255) = 36.25%
R=34.69%
G=29.06%
B=36.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221862320.040.2000.09286.965081.96
HexDEBAE84140911f3252
Octal33627235042401143762122
Binary11011110101110101110100010010100010011000111111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAE8; }

 p { color: rgb(222,186,232); }

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

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

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

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

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

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

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