#DDB7DE

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

Shades of Thistle #DDB7DE

Tints of Thistle #DDB7DE

Color information

#DDB7DE (or 0xDDB7DE) is unknown color: approx Thistle. HEX triplet: DD, B7 and DE. RGB value is (221,183,222). Sum of RGB (Red+Green+Blue) = 221+183+222=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7DE is #224821. Grayscale: #C6C6C6. Windows color (decimal): -2246690 or 14596061. OLE color: 14596061.

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

Color convert

RGB221183222-
CMYK0.000.1800.13
HSL298.46º37.14%79.41%-
HSV(B)298.46º17.57%87.06%-
XYZ59.9454.5176.47-
YUV198.81141.09143.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 183 (71.88% from 255) = 29.23%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=35.30%
G=29.23%
B=35.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211832220.000.1800.13298.4637.1479.41
HexDDB7DE0120D12a254f
Octal33526733602201545245117
Binary110111011011011111011110010010011011001010101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7DE; }

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

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

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

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

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

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

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

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