Html Css Color HEX #DFBDE6 Thistle

📋 copy color: '#DFBDE6'

red 223 ◦ green 189 ◦ blue 230

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

Shades of Thistle #DFBDE6

Tints of Thistle #DFBDE6

RGB

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

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

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

R = 34.74%
G = 29.44%
B = 35.83%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFBDE6 (or 0xDFBDE6) is known color: Thistle. HEX triplet: DF, BD and E6. RGB value is (223,189,230). Sum of RGB (Red+Green+Blue) = 223+189+230=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDE6 is #204219. Grayscale: #CBCBCB. Windows color (decimal): -2114074 or 15121887. OLE color: 15121887.

HSL color Cylindrical-coordinate representation of color #DFBDE6: hue angle of 289.76º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFBDE6 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 189 230 -
CMYK 0.03 0.18 0 0.10
HSL 289.76º 0.45% 0.82% -
HSV(B) 289.76º 0.18% 0.9% -
XYZ 62.91 57.8 82.7 -
YUV 203.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 223 189 230 0.03 0.18 0 0.10 289.76 0.45 0.82
Hex DF BD E6 3 12 0 A 122 2D 52
Octal 337 275 346 3 22 0 12 442 55 122
Binary 11011111 10111101 11100110 11 10010 0 1010 100100010 101101 1010010

Color Harmonies of #DFBDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDE6

Black with #DFBDE6

Text Example


Text Example

White with #DFBDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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