Html Css Color HEX #DDB4E6 Thistle

📋 copy color: '#DDB4E6'

red 221 ◦ green 180 ◦ blue 230

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

Shades of Thistle #DDB4E6

Tints of Thistle #DDB4E6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.53%

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

R = 35.02%
G = 28.53%
B = 36.45%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDB4E6 (or 0xDDB4E6) is known color: Thistle. HEX triplet: DD, B4 and E6. RGB value is (221,180,230). Sum of RGB (Red+Green+Blue) = 221+180+230=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDB4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4E6 is #224B19. Grayscale: #C5C5C5. Windows color (decimal): -2247450 or 15119581. OLE color: 15119581.

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

Color convert

RGB 221 180 230 -
CMYK 0.04 0.22 0 0.10
HSL 289.2º 0.5% 0.8% -
HSV(B) 289.2º 0.22% 0.9% -
XYZ 60.42 53.73 82.05 -
YUV 197.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 221 180 230 0.04 0.22 0 0.10 289.2 0.5 0.8
Hex DD B4 E6 4 16 0 A 121 32 50
Octal 335 264 346 4 26 0 12 441 62 120
Binary 11011101 10110100 11100110 100 10110 0 1010 100100001 110010 1010000

Color Harmonies of #DDB4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4E6

Black with #DDB4E6

Text Example


Text Example

White with #DDB4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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