Html Css Color HEX #DDB4DF Thistle

📋 copy color: '#DDB4DF'

red 221 ◦ green 180 ◦ blue 223

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

Shades of Thistle #DDB4DF

Tints of Thistle #DDB4DF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.85%

 BLUE value IS 223 (87.5% from 255) = 35.74%

R = 35.42%
G = 28.85%
B = 35.74%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDB4DF (or 0xDDB4DF) is known color: Thistle. HEX triplet: DD, B4 and DF. RGB value is (221,180,223). Sum of RGB (Red+Green+Blue) = 221+180+223=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4DF is #224B20. Grayscale: #C5C5C5. Windows color (decimal): -2247457 or 14660829. OLE color: 14660829.

HSL color Cylindrical-coordinate representation of color #DDB4DF: hue angle of 297.21º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4DF is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 223 -
CMYK 0.01 0.19 0 0.13
HSL 297.21º 0.4% 0.79% -
HSV(B) 297.21º 0.19% 0.87% -
XYZ 59.46 53.34 76.97 -
YUV 197.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 221 180 223 0.01 0.19 0 0.13 297.21 0.4 0.79
Hex DD B4 DF 1 13 0 D 129 28 4F
Octal 335 264 337 1 23 0 15 451 50 117
Binary 11011101 10110100 11011111 1 10011 0 1101 100101001 101000 1001111

Color Harmonies of #DDB4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4DF

Black with #DDB4DF

Text Example


Text Example

White with #DDB4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4DF; }

 p { color: rgb(221,180,223); }

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

background-color css

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

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

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

border-color css

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

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

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