Html Css Color HEX #DDB7E0 Thistle

📋 copy color: '#DDB7E0'

red 221 ◦ green 183 ◦ blue 224

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

Shades of Thistle #DDB7E0

Tints of Thistle #DDB7E0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.14%

 BLUE value IS 224 (87.89% from 255) = 35.67%

R = 35.19%
G = 29.14%
B = 35.67%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDB7E0 (or 0xDDB7E0) is known color: Thistle. HEX triplet: DD, B7 and E0. RGB value is (221,183,224). Sum of RGB (Red+Green+Blue) = 221+183+224=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDB7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7E0 is #22481F. Grayscale: #C6C6C6. Windows color (decimal): -2246688 or 14727133. OLE color: 14727133.

HSL color Cylindrical-coordinate representation of color #DDB7E0: hue angle of 295.61º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB7E0 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 183 224 -
CMYK 0.01 0.18 0 0.12
HSL 295.61º 0.4% 0.8% -
HSV(B) 295.61º 0.18% 0.88% -
XYZ 60.21 54.62 77.89 -
YUV 199.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 221 183 224 0.01 0.18 0 0.12 295.61 0.4 0.8
Hex DD B7 E0 1 12 0 C 128 28 50
Octal 335 267 340 1 22 0 14 450 50 120
Binary 11011101 10110111 11100000 1 10010 0 1100 100101000 101000 1010000

Color Harmonies of #DDB7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7E0

Black with #DDB7E0

Text Example


Text Example

White with #DDB7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7E0; }

 p { color: rgb(221,183,224); }

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

background-color css

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

 a { background-color: rgb(221,183,224); }

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

border-color css

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

 span { border-color: rgb(221,183,224); }

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