Html Css Color HEX #DDBEE0 Thistle

📋 copy color: '#DDBEE0'

red 221 ◦ green 190 ◦ blue 224

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

Shades of Thistle #DDBEE0

Tints of Thistle #DDBEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.28%

R = 34.8%
G = 29.92%
B = 35.28%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDBEE0 (or 0xDDBEE0) is known color: Thistle. HEX triplet: DD, BE and E0. RGB value is (221,190,224). Sum of RGB (Red+Green+Blue) = 221+190+224=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEE0 is #22411F. Grayscale: #CBCBCB. Windows color (decimal): -2244896 or 14728925. OLE color: 14728925.

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

Color convert

RGB 221 190 224 -
CMYK 0.01 0.15 0 0.12
HSL 294.71º 0.35% 0.81% -
HSV(B) 294.71º 0.15% 0.88% -
XYZ 61.69 57.58 78.38 -
YUV 203.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 221 190 224 0.01 0.15 0 0.12 294.71 0.35 0.81
Hex DD BE E0 1 F 0 C 127 23 51
Octal 335 276 340 1 17 0 14 447 43 121
Binary 11011101 10111110 11100000 1 1111 0 1100 100100111 100011 1010001

Color Harmonies of #DDBEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEE0

Black with #DDBEE0

Text Example


Text Example

White with #DDBEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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