Html Css Color HEX #DDB8DE Thistle

📋 copy color: '#DDB8DE'

red 221 ◦ green 184 ◦ blue 222

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

Shades of Thistle #DDB8DE

Tints of Thistle #DDB8DE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.35%

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

R = 35.25%
G = 29.35%
B = 35.41%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDB8DE (or 0xDDB8DE) is known color: Thistle. HEX triplet: DD, B8 and DE. RGB value is (221,184,222). Sum of RGB (Red+Green+Blue) = 221+184+222=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDB8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8DE is #224721. Grayscale: #C7C7C7. Windows color (decimal): -2246434 or 14596317. OLE color: 14596317.

HSL color Cylindrical-coordinate representation of color #DDB8DE: hue angle of 298.42º 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 #DDB8DE is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 222 -
CMYK 0.00 0.17 0 0.13
HSL 298.42º 0.37% 0.8% -
HSV(B) 298.42º 0.17% 0.87% -
XYZ 60.14 54.93 76.54 -
YUV 199.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 221 184 222 0.00 0.17 0 0.13 298.42 0.37 0.8
Hex DD B8 DE 0 11 0 D 12A 25 50
Octal 335 270 336 0 21 0 15 452 45 120
Binary 11011101 10111000 11011110 0 10001 0 1101 100101010 100101 1010000

Color Harmonies of #DDB8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8DE

Black with #DDB8DE

Text Example


Text Example

White with #DDB8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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