Html Css Color HEX #DFBDE3 Thistle

📋 copy color: '#DFBDE3'

red 223 ◦ green 189 ◦ blue 227

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

Shades of Thistle #DFBDE3

Tints of Thistle #DFBDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.52%

R = 34.9%
G = 29.58%
B = 35.52%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFBDE3 (or 0xDFBDE3) is known color: Thistle. HEX triplet: DF, BD and E3. RGB value is (223,189,227). Sum of RGB (Red+Green+Blue) = 223+189+227=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFBDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDE3 is #20421C. Grayscale: #CBCBCB. Windows color (decimal): -2114077 or 14925279. OLE color: 14925279.

HSL color Cylindrical-coordinate representation of color #DFBDE3: hue angle of 293.68º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBDE3 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 189 227 -
CMYK 0.02 0.17 0 0.11
HSL 293.68º 0.4% 0.82% -
HSV(B) 293.68º 0.17% 0.89% -
XYZ 62.49 57.63 80.5 -
YUV 203.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 223 189 227 0.02 0.17 0 0.11 293.68 0.4 0.82
Hex DF BD E3 2 11 0 B 126 28 52
Octal 337 275 343 2 21 0 13 446 50 122
Binary 11011111 10111101 11100011 10 10001 0 1011 100100110 101000 1010010

Color Harmonies of #DFBDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDE3

Black with #DFBDE3

Text Example


Text Example

White with #DFBDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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