#DEBDDE

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

Shades of Thistle #DEBDDE

Tints of Thistle #DEBDDE

Color information

#DEBDDE (or 0xDEBDDE) is unknown color: approx Thistle. HEX triplet: DE, BD and DE. RGB value is (222,189,222). Sum of RGB (Red+Green+Blue) = 222+189+222=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEBDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDDE is #214221. Grayscale: #CACACA. Windows color (decimal): -2179618 or 14597598. OLE color: 14597598.

HSL color Cylindrical-coordinate representation of color #DEBDDE: hue angle of 300º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBDDE is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222189222-
CMYK00.1500.13
HSL300º33.33%80.59%-
HSV(B)300º14.86%87.06%-
XYZ61.5157.276.91-
YUV202.63138.93141.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=35.07%
G=29.86%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218922200.1500.1330033.3380.59
HexDEBDDE0F0D12c2151
Octal33627533601701545441121
Binary11011110101111011101111001111011011001011001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDDE; }

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

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

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

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

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

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

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

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