Html Css Color HEX #DDBBE2 Thistle

📋 copy color: '#DDBBE2'

red 221 ◦ green 187 ◦ blue 226

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

Shades of Thistle #DDBBE2

Tints of Thistle #DDBBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.65%

R = 34.86%
G = 29.5%
B = 35.65%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDBBE2 (or 0xDDBBE2) is known color: Thistle. HEX triplet: DD, BB and E2. RGB value is (221,187,226). Sum of RGB (Red+Green+Blue) = 221+187+226=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBE2 is #22441D. Grayscale: #C9C9C9. Windows color (decimal): -2245662 or 14859229. OLE color: 14859229.

HSL color Cylindrical-coordinate representation of color #DDBBE2: hue angle of 292.31º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBBE2 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 187 226 -
CMYK 0.02 0.17 0 0.11
HSL 292.31º 0.4% 0.81% -
HSV(B) 292.31º 0.17% 0.89% -
XYZ 61.32 56.4 79.61 -
YUV 201.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 221 187 226 0.02 0.17 0 0.11 292.31 0.4 0.81
Hex DD BB E2 2 11 0 B 124 28 51
Octal 335 273 342 2 21 0 13 444 50 121
Binary 11011101 10111011 11100010 10 10001 0 1011 100100100 101000 1010001

Color Harmonies of #DDBBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBE2

Black with #DDBBE2

Text Example


Text Example

White with #DDBBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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