Html Css Color HEX #DDBDDD Thistle

📋 copy color: '#DDBDDD'

red 221 ◦ green 189 ◦ blue 221

#DDBDDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DDBDDD

Tints of Thistle #DDBDDD

RGB

 RED value IS 221 (86.72% from 255) = 35.02%

 GREEN value IS 189 (74.22% from 255) = 29.95%

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 35.02%
G = 29.95%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDBDDD (or 0xDDBDDD) is known color: Thistle. HEX triplet: DD, BD and DD. RGB value is (221,189,221). Sum of RGB (Red+Green+Blue) = 221+189+221=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDDD is #224222. Grayscale: #CACACA. Windows color (decimal): -2245155 or 14532061. OLE color: 14532061.

HSL color Cylindrical-coordinate representation of color #DDBDDD: hue angle of 300º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDDD is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 189 221 -
CMYK 0 0.14 0 0.13
HSL 300º 0.32% 0.8% -
HSV(B) 300º 0.14% 0.87% -
XYZ 61.07 56.99 76.19 -
YUV 202.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 221 189 221 0 0.14 0 0.13 300 0.32 0.8
Hex DD BD DD 0 E 0 D 12C 20 50
Octal 335 275 335 0 16 0 15 454 40 120
Binary 11011101 10111101 11011101 0 1110 0 1101 100101100 100000 1010000

Color Harmonies of #DDBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDDD

Black with #DDBDDD

Text Example


Text Example

White with #DDBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDDD; }

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

 H1.HeaderClassName
 {
   color: #DDBDDD;
 }
 .AnyTagClassName
 {
   color: #DDBDDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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