#DEBDE4

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

Shades of Thistle #DEBDE4

Tints of Thistle #DEBDE4

Color information

#DEBDE4 (or 0xDEBDE4) is unknown color: approx Thistle. HEX triplet: DE, BD and E4. RGB value is (222,189,228). Sum of RGB (Red+Green+Blue) = 222+189+228=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDE4 is #21421B. Grayscale: #CBCBCB. Windows color (decimal): -2179612 or 14990814. OLE color: 14990814.

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

Color convert

RGB222189228-
CMYK0.030.1700.11
HSL290.77º41.94%81.76%-
HSV(B)290.77º17.11%89.41%-
XYZ62.3357.5381.22-
YUV203.31141.93141.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 228 (89.45% from 255) = 35.68%
R=34.74%
G=29.58%
B=35.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221892280.030.1700.11290.7741.9481.76
HexDEBDE43110B1232a52
Octal33627534432101344352122
Binary1101111010111101111001001110001010111001000111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDE4; }

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

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

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

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

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

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

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

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