#DEBCE7

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

Shades of Thistle #DEBCE7

Tints of Thistle #DEBCE7

Color information

#DEBCE7 (or 0xDEBCE7) is unknown color: approx Thistle. HEX triplet: DE, BC and E7. RGB value is (222,188,231). Sum of RGB (Red+Green+Blue) = 222+188+231=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEBCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCE7 is #214318. Grayscale: #CACACA. Windows color (decimal): -2179865 or 15187166. OLE color: 15187166.

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

Color convert

RGB222188231-
CMYK0.040.1900.09
HSL287.44º47.25%82.16%-
HSV(B)287.44º18.61%90.59%-
XYZ62.5357.2783.36-
YUV203.07143.76141.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 188 (73.83% from 255) = 29.33%
BLUE value IS 231 (90.62% from 255) = 36.04%
R=34.63%
G=29.33%
B=36.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221882310.040.1900.09287.4447.2582.16
HexDEBCE74130911f2f52
Octal33627434742301143757122
Binary11011110101111001110011110010011010011000111111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCE7; }

 p { color: rgb(222,188,231); }

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

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

 a { background-color: rgb(222,188,231); }

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

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

 span { border-color: rgb(222,188,231); }

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