Html Css Color HEX #DDB6E6 Thistle

📋 copy color: '#DDB6E6'

red 221 ◦ green 182 ◦ blue 230

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

Shades of Thistle #DDB6E6

Tints of Thistle #DDB6E6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.75%

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

R = 34.91%
G = 28.75%
B = 36.33%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDB6E6 (or 0xDDB6E6) is known color: Thistle. HEX triplet: DD, B6 and E6. RGB value is (221,182,230). Sum of RGB (Red+Green+Blue) = 221+182+230=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6E6 is #224919. Grayscale: #C6C6C6. Windows color (decimal): -2246938 or 15120093. OLE color: 15120093.

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

Color convert

RGB 221 182 230 -
CMYK 0.04 0.21 0 0.10
HSL 288.75º 0.49% 0.81% -
HSV(B) 288.75º 0.21% 0.9% -
XYZ 60.83 54.54 82.18 -
YUV 199.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 221 182 230 0.04 0.21 0 0.10 288.75 0.49 0.81
Hex DD B6 E6 4 15 0 A 121 31 51
Octal 335 266 346 4 25 0 12 441 61 121
Binary 11011101 10110110 11100110 100 10101 0 1010 100100001 110001 1010001

Color Harmonies of #DDB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6E6

Black with #DDB6E6

Text Example


Text Example

White with #DDB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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