Html Css Color HEX #DDB1E1 Thistle

📋 copy color: '#DDB1E1'

red 221 ◦ green 177 ◦ blue 225

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

Shades of Thistle #DDB1E1

Tints of Thistle #DDB1E1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.41%

 BLUE value IS 225 (88.28% from 255) = 36.12%

R = 35.47%
G = 28.41%
B = 36.12%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDB1E1 (or 0xDDB1E1) is known color: Thistle. HEX triplet: DD, B1 and E1. RGB value is (221,177,225). Sum of RGB (Red+Green+Blue) = 221+177+225=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1E1 is #224E1E. Grayscale: #C3C3C3. Windows color (decimal): -2248223 or 14791133. OLE color: 14791133.

HSL color Cylindrical-coordinate representation of color #DDB1E1: hue angle of 295º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB1E1 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 177 225 -
CMYK 0.02 0.21 0 0.12
HSL 295º 0.44% 0.79% -
HSV(B) 295º 0.21% 0.88% -
XYZ 59.13 52.25 78.2 -
YUV 195.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 221 177 225 0.02 0.21 0 0.12 295 0.44 0.79
Hex DD B1 E1 2 15 0 C 127 2C 4F
Octal 335 261 341 2 25 0 14 447 54 117
Binary 11011101 10110001 11100001 10 10101 0 1100 100100111 101100 1001111

Color Harmonies of #DDB1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1E1

Black with #DDB1E1

Text Example


Text Example

White with #DDB1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1E1; }

 p { color: rgb(221,177,225); }

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

background-color css

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

 a { background-color: rgb(221,177,225); }

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

border-color css

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

 span { border-color: rgb(221,177,225); }

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