#DEBAE6

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

Shades of Thistle #DEBAE6

Tints of Thistle #DEBAE6

Color information

#DEBAE6 (or 0xDEBAE6) is unknown color: approx Thistle. HEX triplet: DE, BA and E6. RGB value is (222,186,230). Sum of RGB (Red+Green+Blue) = 222+186+230=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEBAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAE6 is #214519. Grayscale: #C9C9C9. Windows color (decimal): -2180378 or 15121118. OLE color: 15121118.

HSL color Cylindrical-coordinate representation of color #DEBAE6: hue angle of 289.09º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEBAE6 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222186230-
CMYK0.030.1900.10
HSL289.09º46.81%81.57%-
HSV(B)289.09º19.13%90.2%-
XYZ61.9756.3682.48-
YUV201.78143.93142.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 230 (90.23% from 255) = 36.05%
R=34.80%
G=29.15%
B=36.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221862300.030.1900.10289.0946.8181.57
HexDEBAE63130A1212f52
Octal33627234632301244157122
Binary1101111010111010111001101110011010101001000011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAE6; }

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

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

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

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

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

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

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

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