#DEBDE7

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

Shades of Thistle #DEBDE7

Tints of Thistle #DEBDE7

Color information

#DEBDE7 (or 0xDEBDE7) is unknown color: approx Thistle. HEX triplet: DE, BD and E7. RGB value is (222,189,231). Sum of RGB (Red+Green+Blue) = 222+189+231=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEBDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDE7 is #214218. Grayscale: #CBCBCB. Windows color (decimal): -2179609 or 15187422. OLE color: 15187422.

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

Color convert

RGB222189231-
CMYK0.040.1800.09
HSL287.14º46.67%82.35%-
HSV(B)287.14º18.18%90.59%-
XYZ62.7557.6983.43-
YUV203.66143.43141.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=34.58%
G=29.44%
B=35.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221892310.040.1800.09287.1446.6782.35
HexDEBDE74120911f2f52
Octal33627534742201143757122
Binary11011110101111011110011110010010010011000111111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDE7; }

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

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

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

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

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

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

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

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