Html Css Color HEX #DDBBE8 Thistle

📋 copy color: '#DDBBE8'

red 221 ◦ green 187 ◦ blue 232

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

Shades of Thistle #DDBBE8

Tints of Thistle #DDBBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.25%

R = 34.53%
G = 29.22%
B = 36.25%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDBBE8 (or 0xDDBBE8) is known color: Thistle. HEX triplet: DD, BB and E8. RGB value is (221,187,232). Sum of RGB (Red+Green+Blue) = 221+187+232=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBE8 is #224417. Grayscale: #CACACA. Windows color (decimal): -2245656 or 15252445. OLE color: 15252445.

HSL color Cylindrical-coordinate representation of color #DDBBE8: hue angle of 285.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBBE8 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 187 232 -
CMYK 0.05 0.19 0 0.09
HSL 285.33º 0.49% 0.82% -
HSV(B) 285.33º 0.19% 0.91% -
XYZ 62.15 56.74 84.02 -
YUV 202.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 221 187 232 0.05 0.19 0 0.09 285.33 0.49 0.82
Hex DD BB E8 5 13 0 9 11D 31 52
Octal 335 273 350 5 23 0 11 435 61 122
Binary 11011101 10111011 11101000 101 10011 0 1001 100011101 110001 1010010

Color Harmonies of #DDBBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBE8

Black with #DDBBE8

Text Example


Text Example

White with #DDBBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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