#DDBEE3

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

Shades of Thistle #DDBEE3

Tints of Thistle #DDBEE3

Color information

#DDBEE3 (or 0xDDBEE3) is unknown color: approx Thistle. HEX triplet: DD, BE and E3. RGB value is (221,190,227). Sum of RGB (Red+Green+Blue) = 221+190+227=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEE3 is #22411C. Grayscale: #CBCBCB. Windows color (decimal): -2244893 or 14925533. OLE color: 14925533.

HSL color Cylindrical-coordinate representation of color #DDBEE3: hue angle of 290.27º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBEE3 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221190227-
CMYK0.030.1600.11
HSL290.27º39.78%81.76%-
HSV(B)290.27º16.3%89.02%-
XYZ62.157.7580.55-
YUV203.49141.27140.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 190 (74.61% from 255) = 29.78%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=34.64%
G=29.78%
B=35.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211902270.030.1600.11290.2739.7881.76
HexDDBEE33100B1222852
Octal33527634332001344250122
Binary1101110110111110111000111110000010111001000101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEE3; }

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

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

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

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

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

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

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

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