#DDB2E0

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

Shades of Thistle #DDB2E0

Tints of Thistle #DDB2E0

Color information

#DDB2E0 (or 0xDDB2E0) is unknown color: approx Thistle. HEX triplet: DD, B2 and E0. RGB value is (221,178,224). Sum of RGB (Red+Green+Blue) = 221+178+224=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDB2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2E0 is #224D1F. Grayscale: #C3C3C3. Windows color (decimal): -2247968 or 14725853. OLE color: 14725853.

HSL color Cylindrical-coordinate representation of color #DDB2E0: hue angle of 296.09º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB2E0 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221178224-
CMYK0.010.2100.12
HSL296.09º42.59%78.82%-
HSV(B)296.09º20.54%87.84%-
XYZ59.1952.5977.55-
YUV196.1143.75145.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 178 (69.92% from 255) = 28.57%
BLUE value IS 224 (87.89% from 255) = 35.96%
R=35.47%
G=28.57%
B=35.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211782240.010.2100.12296.0942.5978.82
HexDDB2E01150C1282b4f
Octal33526234012501445053117
Binary110111011011001011100000110101011001001010001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2E0; }

 p { color: rgb(221,178,224); }

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

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

 a { background-color: rgb(221,178,224); }

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

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

 span { border-color: rgb(221,178,224); }

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