Html Css Color HEX #DDB6E0 Thistle

📋 copy color: '#DDB6E0'

red 221 ◦ green 182 ◦ blue 224

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

Shades of Thistle #DDB6E0

Tints of Thistle #DDB6E0

RGB

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

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

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

R = 35.25%
G = 29.03%
B = 35.73%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDB6E0 (or 0xDDB6E0) is known color: Thistle. HEX triplet: DD, B6 and E0. RGB value is (221,182,224). Sum of RGB (Red+Green+Blue) = 221+182+224=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDB6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6E0 is #22491F. Grayscale: #C6C6C6. Windows color (decimal): -2246944 or 14726877. OLE color: 14726877.

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

Color convert

RGB 221 182 224 -
CMYK 0.01 0.19 0 0.12
HSL 295.71º 0.4% 0.8% -
HSV(B) 295.71º 0.19% 0.88% -
XYZ 60 54.21 77.82 -
YUV 198.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 221 182 224 0.01 0.19 0 0.12 295.71 0.4 0.8
Hex DD B6 E0 1 13 0 C 128 28 50
Octal 335 266 340 1 23 0 14 450 50 120
Binary 11011101 10110110 11100000 1 10011 0 1100 100101000 101000 1010000

Color Harmonies of #DDB6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6E0

Black with #DDB6E0

Text Example


Text Example

White with #DDB6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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