Html Css Color HEX #DDBBDC Thistle

📋 copy color: '#DDBBDC'

red 221 ◦ green 187 ◦ blue 220

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

Shades of Thistle #DDBBDC

Tints of Thistle #DDBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.78%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 35.19%
G = 29.78%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDBBDC (or 0xDDBBDC) is known color: Thistle. HEX triplet: DD, BB and DC. RGB value is (221,187,220). Sum of RGB (Red+Green+Blue) = 221+187+220=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBDC is #224423. Grayscale: #C8C8C8. Windows color (decimal): -2245668 or 14466013. OLE color: 14466013.

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

Color convert

RGB 221 187 220 -
CMYK 0 0.15 0.00 0.13
HSL 301.76º 0.33% 0.8% -
HSV(B) 301.76º 0.15% 0.87% -
XYZ 60.51 56.08 75.35 -
YUV 200.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 221 187 220 0 0.15 0.00 0.13 301.76 0.33 0.8
Hex DD BB DC 0 F 0 D 12E 21 50
Octal 335 273 334 0 17 0 15 456 41 120
Binary 11011101 10111011 11011100 0 1111 0 1101 100101110 100001 1010000

Color Harmonies of #DDBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBDC

Black with #DDBBDC

Text Example


Text Example

White with #DDBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBDC; }

 p { color: rgb(221,187,220); }

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

background-color css

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

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

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

border-color css

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

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

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