Html Css Color HEX #DDB9E6 Thistle

📋 copy color: '#DDB9E6'

red 221 ◦ green 185 ◦ blue 230

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

Shades of Thistle #DDB9E6

Tints of Thistle #DDB9E6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.09%

 BLUE value IS 230 (90.23% from 255) = 36.16%

R = 34.75%
G = 29.09%
B = 36.16%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDB9E6 (or 0xDDB9E6) is known color: Thistle. HEX triplet: DD, B9 and E6. RGB value is (221,185,230). Sum of RGB (Red+Green+Blue) = 221+185+230=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDB9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9E6 is #224619. Grayscale: #C8C8C8. Windows color (decimal): -2246170 or 15120861. OLE color: 15120861.

HSL color Cylindrical-coordinate representation of color #DDB9E6: hue angle of 288º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB9E6 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 185 230 -
CMYK 0.04 0.20 0 0.10
HSL 288º 0.47% 0.81% -
HSV(B) 288º 0.2% 0.9% -
XYZ 61.45 55.78 82.39 -
YUV 200.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 221 185 230 0.04 0.20 0 0.10 288 0.47 0.81
Hex DD B9 E6 4 14 0 A 120 2F 51
Octal 335 271 346 4 24 0 12 440 57 121
Binary 11011101 10111001 11100110 100 10100 0 1010 100100000 101111 1010001

Color Harmonies of #DDB9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB9E6

Black with #DDB9E6

Text Example


Text Example

White with #DDB9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB9E6; }

 p { color: rgb(221,185,230); }

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

background-color css

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

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

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

border-color css

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

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

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