Html Css Color HEX #DDBBDE Thistle

📋 copy color: '#DDBBDE'

red 221 ◦ green 187 ◦ blue 222

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

Shades of Thistle #DDBBDE

Tints of Thistle #DDBBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.24%

R = 35.08%
G = 29.68%
B = 35.24%

CMYK

 C value IS 0.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDBBDE (or 0xDDBBDE) is known color: Thistle. HEX triplet: DD, BB and DE. RGB value is (221,187,222). Sum of RGB (Red+Green+Blue) = 221+187+222=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDBBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBDE is #224421. Grayscale: #C9C9C9. Windows color (decimal): -2245666 or 14597085. OLE color: 14597085.

HSL color Cylindrical-coordinate representation of color #DDBBDE: hue angle of 298.29º degrees, saturation: 0.35, 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 #DDBBDE is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 222 -
CMYK 0.00 0.16 0 0.13
HSL 298.29º 0.35% 0.8% -
HSV(B) 298.29º 0.16% 0.87% -
XYZ 60.77 56.19 76.75 -
YUV 201.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 221 187 222 0.00 0.16 0 0.13 298.29 0.35 0.8
Hex DD BB DE 0 10 0 D 12A 23 50
Octal 335 273 336 0 20 0 15 452 43 120
Binary 11011101 10111011 11011110 0 10000 0 1101 100101010 100011 1010000

Color Harmonies of #DDBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBDE

Black with #DDBBDE

Text Example


Text Example

White with #DDBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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