#DEBAE3

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

Shades of Thistle #DEBAE3

Tints of Thistle #DEBAE3

Color information

#DEBAE3 (or 0xDEBAE3) is unknown color: approx Thistle. HEX triplet: DE, BA and E3. RGB value is (222,186,227). Sum of RGB (Red+Green+Blue) = 222+186+227=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEBAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAE3 is #21451C. Grayscale: #C9C9C9. Windows color (decimal): -2180381 or 14924510. OLE color: 14924510.

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

Color convert

RGB222186227-
CMYK0.020.1800.11
HSL292.68º42.27%80.98%-
HSV(B)292.68º18.06%89.02%-
XYZ61.5556.1980.28-
YUV201.44142.43142.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 227 (89.06% from 255) = 35.75%
R=34.96%
G=29.29%
B=35.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221862270.020.1800.11292.6842.2780.98
HexDEBAE32120B1252a51
Octal33627234322201344552121
Binary1101111010111010111000111010010010111001001011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAE3; }

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

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

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

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

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

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

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

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