Html Css Color HEX #DDBBDF Thistle

📋 copy color: '#DDBBDF'

red 221 ◦ green 187 ◦ blue 223

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

Shades of Thistle #DDBBDF

Tints of Thistle #DDBBDF

RGB

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

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

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

R = 35.02%
G = 29.64%
B = 35.34%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDBBDF (or 0xDDBBDF) is known color: Thistle. HEX triplet: DD, BB and DF. RGB value is (221,187,223). Sum of RGB (Red+Green+Blue) = 221+187+223=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDBBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBDF is #224420. Grayscale: #C9C9C9. Windows color (decimal): -2245665 or 14662621. OLE color: 14662621.

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

Color convert

RGB 221 187 223 -
CMYK 0.01 0.16 0 0.13
HSL 296.67º 0.36% 0.8% -
HSV(B) 296.67º 0.16% 0.87% -
XYZ 60.91 56.24 77.46 -
YUV 201.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 221 187 223 0.01 0.16 0 0.13 296.67 0.36 0.8
Hex DD BB DF 1 10 0 D 129 24 50
Octal 335 273 337 1 20 0 15 451 44 120
Binary 11011101 10111011 11011111 1 10000 0 1101 100101001 100100 1010000

Color Harmonies of #DDBBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBDF

Black with #DDBBDF

Text Example


Text Example

White with #DDBBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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