#DEBEDD

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

Shades of Thistle #DEBEDD

Tints of Thistle #DEBEDD

Color information

#DEBEDD (or 0xDEBEDD) is unknown color: approx Thistle. HEX triplet: DE, BE and DD. RGB value is (222,190,221). Sum of RGB (Red+Green+Blue) = 222+190+221=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEDD is #214122. Grayscale: #CBCBCB. Windows color (decimal): -2179363 or 14532318. OLE color: 14532318.

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

Color convert

RGB222190221-
CMYK00.140.000.13
HSL301.88º32.65%80.78%-
HSV(B)301.88º14.41%87.06%-
XYZ61.5957.5876.27-
YUV203.1138.1141.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=35.07%
G=30.02%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219022100.140.000.13301.8832.6580.78
HexDEBEDD0E0D12e2151
Octal33627633501601545641121
Binary11011110101111101101110101110011011001011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEDD; }

 p { color: rgb(222,190,221); }

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

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

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

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

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

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

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