Html Css Color HEX #DDBEE1 Thistle

📋 copy color: '#DDBEE1'

red 221 ◦ green 190 ◦ blue 225

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

Shades of Thistle #DDBEE1

Tints of Thistle #DDBEE1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.87%

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

R = 34.75%
G = 29.87%
B = 35.38%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDBEE1 (or 0xDDBEE1) is known color: Thistle. HEX triplet: DD, BE and E1. RGB value is (221,190,225). Sum of RGB (Red+Green+Blue) = 221+190+225=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEE1 is #22411E. Grayscale: #CBCBCB. Windows color (decimal): -2244895 or 14794461. OLE color: 14794461.

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

Color convert

RGB 221 190 225 -
CMYK 0.02 0.16 0 0.12
HSL 293.14º 0.37% 0.81% -
HSV(B) 293.14º 0.16% 0.88% -
XYZ 61.82 57.64 79.1 -
YUV 203.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 221 190 225 0.02 0.16 0 0.12 293.14 0.37 0.81
Hex DD BE E1 2 10 0 C 125 25 51
Octal 335 276 341 2 20 0 14 445 45 121
Binary 11011101 10111110 11100001 10 10000 0 1100 100100101 100101 1010001

Color Harmonies of #DDBEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEE1

Black with #DDBEE1

Text Example


Text Example

White with #DDBEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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