#DDBDE0

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

Shades of Thistle #DDBDE0

Tints of Thistle #DDBDE0

Color information

#DDBDE0 (or 0xDDBDE0) is unknown color: approx Thistle. HEX triplet: DD, BD and E0. RGB value is (221,189,224). Sum of RGB (Red+Green+Blue) = 221+189+224=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDE0 is #22421F. Grayscale: #CACACA. Windows color (decimal): -2245152 or 14728669. OLE color: 14728669.

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

Color convert

RGB221189224-
CMYK0.010.1600.12
HSL294.86º36.08%80.98%-
HSV(B)294.86º15.62%87.84%-
XYZ61.4757.1578.31-
YUV202.56140.1141.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=34.86%
G=29.81%
B=35.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211892240.010.1600.12294.8636.0880.98
HexDDBDE01100C1272451
Octal33527534012001444744121
Binary110111011011110111100000110000011001001001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDE0; }

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

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

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

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

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

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

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

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