Html Css Color HEX #DDB5E4 Thistle

📋 copy color: '#DDB5E4'

red 221 ◦ green 181 ◦ blue 228

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

Shades of Thistle #DDB5E4

Tints of Thistle #DDB5E4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.73%

 BLUE value IS 228 (89.45% from 255) = 36.19%

R = 35.08%
G = 28.73%
B = 36.19%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDB5E4 (or 0xDDB5E4) is known color: Thistle. HEX triplet: DD, B5 and E4. RGB value is (221,181,228). Sum of RGB (Red+Green+Blue) = 221+181+228=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDB5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5E4 is #224A1B. Grayscale: #C6C6C6. Windows color (decimal): -2247196 or 14988765. OLE color: 14988765.

HSL color Cylindrical-coordinate representation of color #DDB5E4: hue angle of 291.06º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB5E4 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 181 228 -
CMYK 0.03 0.21 0 0.11
HSL 291.06º 0.47% 0.8% -
HSV(B) 291.06º 0.21% 0.89% -
XYZ 60.35 54.02 80.65 -
YUV 198.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 221 181 228 0.03 0.21 0 0.11 291.06 0.47 0.8
Hex DD B5 E4 3 15 0 B 123 2F 50
Octal 335 265 344 3 25 0 13 443 57 120
Binary 11011101 10110101 11100100 11 10101 0 1011 100100011 101111 1010000

Color Harmonies of #DDB5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5E4

Black with #DDB5E4

Text Example


Text Example

White with #DDB5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5E4; }

 p { color: rgb(221,181,228); }

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

background-color css

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

 a { background-color: rgb(221,181,228); }

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

border-color css

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

 span { border-color: rgb(221,181,228); }

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