#ddb8e8

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

Shades of Thistle #DDB8E8

Tints of Thistle #DDB8E8

Color information

#DDB8E8 (or 0xDDB8E8) is unknown color: approx Thistle. HEX triplet: DD, B8 and E8. RGB value is (221,184,232). Sum of RGB (Red+Green+Blue) = 221+184+232=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDB8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8E8 is #224717. Grayscale: #C8C8C8. Windows color (decimal): -2246424 or 15251677. OLE color: 15251677.

HSL color Cylindrical-coordinate representation of color #DDB8E8: hue angle of 286.25º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB8E8 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221184232-
CMYK0.050.2100.09
HSL286.25º51.06%81.57%-
HSV(B)286.25º20.69%90.98%-
XYZ61.5255.4883.81-
YUV200.54145.76142.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 184 (72.27% from 255) = 28.89%
BLUE value IS 232 (91.02% from 255) = 36.42%
R=34.69%
G=28.89%
B=36.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211842320.050.2100.09286.2551.0681.57
HexDDB8E85150911e3352
Octal33527035052501143663122
Binary11011101101110001110100010110101010011000111101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb8e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb8e8; }

 p { color: rgb(221,184,232); }

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

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

 a { background-color: rgb(221,184,232); }

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

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

 span { border-color: rgb(221,184,232); }

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