Html Css Color HEX #DDB7DE Thistle

📋 copy color: '#DDB7DE'

red 221 ◦ green 183 ◦ blue 222

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

Shades of Thistle #DDB7DE

Tints of Thistle #DDB7DE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.23%

 BLUE value IS 222 (87.11% from 255) = 35.46%

R = 35.3%
G = 29.23%
B = 35.46%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDB7DE (or 0xDDB7DE) is known color: Thistle. HEX triplet: DD, B7 and DE. RGB value is (221,183,222). Sum of RGB (Red+Green+Blue) = 221+183+222=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7DE is #224821. Grayscale: #C6C6C6. Windows color (decimal): -2246690 or 14596061. OLE color: 14596061.

HSL color Cylindrical-coordinate representation of color #DDB7DE: hue angle of 298.46º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB7DE is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 183 222 -
CMYK 0.00 0.18 0 0.13
HSL 298.46º 0.37% 0.79% -
HSV(B) 298.46º 0.18% 0.87% -
XYZ 59.94 54.51 76.47 -
YUV 198.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 221 183 222 0.00 0.18 0 0.13 298.46 0.37 0.79
Hex DD B7 DE 0 12 0 D 12A 25 4F
Octal 335 267 336 0 22 0 15 452 45 117
Binary 11011101 10110111 11011110 0 10010 0 1101 100101010 100101 1001111

Color Harmonies of #DDB7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7DE

Black with #DDB7DE

Text Example


Text Example

White with #DDB7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7DE; }

 p { color: rgb(221,183,222); }

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

background-color css

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

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

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

border-color css

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

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

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