Html Css Color HEX #DFBDE1 Thistle

📋 copy color: '#DFBDE1'

red 223 ◦ green 189 ◦ blue 225

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

Shades of Thistle #DFBDE1

Tints of Thistle #DFBDE1

RGB

 RED value IS 223 (87.5% from 255) = 35.01%

 GREEN value IS 189 (74.22% from 255) = 29.67%

 BLUE value IS 225 (88.28% from 255) = 35.32%

R = 35.01%
G = 29.67%
B = 35.32%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFBDE1 (or 0xDFBDE1) is known color: Thistle. HEX triplet: DF, BD and E1. RGB value is (223,189,225). Sum of RGB (Red+Green+Blue) = 223+189+225=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDE1 is #20421E. Grayscale: #CBCBCB. Windows color (decimal): -2114079 or 14794207. OLE color: 14794207.

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

Color convert

RGB 223 189 225 -
CMYK 0.01 0.16 0 0.12
HSL 296.67º 0.38% 0.81% -
HSV(B) 296.67º 0.16% 0.88% -
XYZ 62.22 57.52 79.06 -
YUV 203.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 223 189 225 0.01 0.16 0 0.12 296.67 0.38 0.81
Hex DF BD E1 1 10 0 C 129 26 51
Octal 337 275 341 1 20 0 14 451 46 121
Binary 11011111 10111101 11100001 1 10000 0 1100 100101001 100110 1010001

Color Harmonies of #DFBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDE1

Black with #DFBDE1

Text Example


Text Example

White with #DFBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDE1; }

 p { color: rgb(223,189,225); }

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

background-color css

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

 a { background-color: rgb(223,189,225); }

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

border-color css

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

 span { border-color: rgb(223,189,225); }

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