Html Css Color HEX #DDBEDD Thistle

📋 copy color: '#DDBEDD'

red 221 ◦ green 190 ◦ blue 221

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

Shades of Thistle #DDBEDD

Tints of Thistle #DDBEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.97%

R = 34.97%
G = 30.06%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDBEDD (or 0xDDBEDD) is known color: Thistle. HEX triplet: DD, BE and DD. RGB value is (221,190,221). Sum of RGB (Red+Green+Blue) = 221+190+221=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEDD is #224122. Grayscale: #CACACA. Windows color (decimal): -2244899 or 14532317. OLE color: 14532317.

HSL color Cylindrical-coordinate representation of color #DDBEDD: hue angle of 300º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBEDD is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 221 -
CMYK 0 0.14 0 0.13
HSL 300º 0.31% 0.81% -
HSV(B) 300º 0.14% 0.87% -
XYZ 61.28 57.42 76.26 -
YUV 202.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 221 190 221 0 0.14 0 0.13 300 0.31 0.81
Hex DD BE DD 0 E 0 D 12C 1F 51
Octal 335 276 335 0 16 0 15 454 37 121
Binary 11011101 10111110 11011101 0 1110 0 1101 100101100 11111 1010001

Color Harmonies of #DDBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEDD

Black with #DDBEDD

Text Example


Text Example

White with #DDBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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