#DEBDDF

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

Shades of Thistle #DEBDDF

Tints of Thistle #DEBDDF

Color information

#DEBDDF (or 0xDEBDDF) is unknown color: approx Thistle. HEX triplet: DE, BD and DF. RGB value is (222,189,223). Sum of RGB (Red+Green+Blue) = 222+189+223=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDDF is #214220. Grayscale: #CACACA. Windows color (decimal): -2179617 or 14663134. OLE color: 14663134.

HSL color Cylindrical-coordinate representation of color #DEBDDF: hue angle of 298.24º degrees, saturation: 0.35, 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 #DEBDDF is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222189223-
CMYK0.000.1500.13
HSL298.24º34.69%80.78%-
HSV(B)298.24º15.25%87.45%-
XYZ61.6457.2577.61-
YUV202.74139.43141.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=35.02%
G=29.81%
B=35.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221892230.000.1500.13298.2434.6980.78
HexDEBDDF0F0D12a2351
Octal33627533701701545243121
Binary11011110101111011101111101111011011001010101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDDF; }

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

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

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

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

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

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

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

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