Html Css Color HEX #DDBBE0 Thistle

📋 copy color: '#DDBBE0'

red 221 ◦ green 187 ◦ blue 224

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

Shades of Thistle #DDBBE0

Tints of Thistle #DDBBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.44%

R = 34.97%
G = 29.59%
B = 35.44%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDBBE0 (or 0xDDBBE0) is known color: Thistle. HEX triplet: DD, BB and E0. RGB value is (221,187,224). Sum of RGB (Red+Green+Blue) = 221+187+224=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBE0 is #22441F. Grayscale: #C9C9C9. Windows color (decimal): -2245664 or 14728157. OLE color: 14728157.

HSL color Cylindrical-coordinate representation of color #DDBBE0: hue angle of 295.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBBE0 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 187 224 -
CMYK 0.01 0.17 0 0.12
HSL 295.14º 0.37% 0.81% -
HSV(B) 295.14º 0.17% 0.88% -
XYZ 61.04 56.29 78.17 -
YUV 201.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 221 187 224 0.01 0.17 0 0.12 295.14 0.37 0.81
Hex DD BB E0 1 11 0 C 127 25 51
Octal 335 273 340 1 21 0 14 447 45 121
Binary 11011101 10111011 11100000 1 10001 0 1100 100100111 100101 1010001

Color Harmonies of #DDBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBE0

Black with #DDBBE0

Text Example


Text Example

White with #DDBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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