Html Css Color HEX #DDB8E6 Thistle

📋 copy color: '#DDB8E6'

red 221 ◦ green 184 ◦ blue 230

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

Shades of Thistle #DDB8E6

Tints of Thistle #DDB8E6

RGB

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

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

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

R = 34.8%
G = 28.98%
B = 36.22%

CMYK

 C value IS 0.04

 M value IS 0.2

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDB8E6 (or 0xDDB8E6) is known color: Thistle. HEX triplet: DD, B8 and E6. RGB value is (221,184,230). Sum of RGB (Red+Green+Blue) = 221+184+230=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDB8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8E6 is #224719. Grayscale: #C8C8C8. Windows color (decimal): -2246426 or 15120605. OLE color: 15120605.

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

Color convert

RGB 221 184 230 -
CMYK 0.04 0.2 0 0.10
HSL 288.26º 0.48% 0.81% -
HSV(B) 288.26º 0.2% 0.9% -
XYZ 61.24 55.37 82.32 -
YUV 200.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 221 184 230 0.04 0.2 0 0.10 288.26 0.48 0.81
Hex DD B8 E6 4 14 0 A 120 30 51
Octal 335 270 346 4 24 0 12 440 60 121
Binary 11011101 10111000 11100110 100 10100 0 1010 100100000 110000 1010001

Color Harmonies of #DDB8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8E6

Black with #DDB8E6

Text Example


Text Example

White with #DDB8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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