Html Css Color HEX #DDB3E4 Thistle

📋 copy color: '#DDB3E4'

red 221 ◦ green 179 ◦ blue 228

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

Shades of Thistle #DDB3E4

Tints of Thistle #DDB3E4

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.5%

 BLUE value IS 228 (89.45% from 255) = 36.31%

R = 35.19%
G = 28.5%
B = 36.31%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDB3E4 (or 0xDDB3E4) is known color: Thistle. HEX triplet: DD, B3 and E4. RGB value is (221,179,228). Sum of RGB (Red+Green+Blue) = 221+179+228=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDB3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3E4 is #224C1B. Grayscale: #C4C4C4. Windows color (decimal): -2247708 or 14988253. OLE color: 14988253.

HSL color Cylindrical-coordinate representation of color #DDB3E4: hue angle of 291.43º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB3E4 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 179 228 -
CMYK 0.03 0.21 0 0.11
HSL 291.43º 0.48% 0.8% -
HSV(B) 291.43º 0.21% 0.89% -
XYZ 59.94 53.21 80.51 -
YUV 197.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 221 179 228 0.03 0.21 0 0.11 291.43 0.48 0.8
Hex DD B3 E4 3 15 0 B 123 30 50
Octal 335 263 344 3 25 0 13 443 60 120
Binary 11011101 10110011 11100100 11 10101 0 1011 100100011 110000 1010000

Color Harmonies of #DDB3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3E4

Black with #DDB3E4

Text Example


Text Example

White with #DDB3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3E4; }

 p { color: rgb(221,179,228); }

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

background-color css

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

 a { background-color: rgb(221,179,228); }

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

border-color css

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

 span { border-color: rgb(221,179,228); }

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