Html Css Color HEX #DDBADF Thistle

📋 copy color: '#DDBADF'

red 221 ◦ green 186 ◦ blue 223

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

Shades of Thistle #DDBADF

Tints of Thistle #DDBADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.52%

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 35.08%
G = 29.52%
B = 35.4%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDBADF (or 0xDDBADF) is known color: Thistle. HEX triplet: DD, BA and DF. RGB value is (221,186,223). Sum of RGB (Red+Green+Blue) = 221+186+223=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBADF is #224520. Grayscale: #C8C8C8. Windows color (decimal): -2245921 or 14662365. OLE color: 14662365.

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

Color convert

RGB 221 186 223 -
CMYK 0.01 0.17 0 0.13
HSL 296.76º 0.37% 0.8% -
HSV(B) 296.76º 0.17% 0.87% -
XYZ 60.7 55.82 77.39 -
YUV 200.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 221 186 223 0.01 0.17 0 0.13 296.76 0.37 0.8
Hex DD BA DF 1 11 0 D 129 25 50
Octal 335 272 337 1 21 0 15 451 45 120
Binary 11011101 10111010 11011111 1 10001 0 1101 100101001 100101 1010000

Color Harmonies of #DDBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBADF

Black with #DDBADF

Text Example


Text Example

White with #DDBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBADF; }

 p { color: rgb(221,186,223); }

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

background-color css

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

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

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

border-color css

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

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

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