Html Css Color HEX #DFBDE8 Thistle

📋 copy color: '#DFBDE8'

red 223 ◦ green 189 ◦ blue 232

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

Shades of Thistle #DFBDE8

Tints of Thistle #DFBDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.02%

R = 34.63%
G = 29.35%
B = 36.02%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFBDE8 (or 0xDFBDE8) is known color: Thistle. HEX triplet: DF, BD and E8. RGB value is (223,189,232). Sum of RGB (Red+Green+Blue) = 223+189+232=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDE8 is #204217. Grayscale: #CBCBCB. Windows color (decimal): -2114072 or 15252959. OLE color: 15252959.

HSL color Cylindrical-coordinate representation of color #DFBDE8: hue angle of 287.44º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBDE8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 189 232 -
CMYK 0.04 0.19 0 0.09
HSL 287.44º 0.48% 0.83% -
HSV(B) 287.44º 0.19% 0.91% -
XYZ 63.19 57.91 84.19 -
YUV 204.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 223 189 232 0.04 0.19 0 0.09 287.44 0.48 0.83
Hex DF BD E8 4 13 0 9 11F 30 53
Octal 337 275 350 4 23 0 11 437 60 123
Binary 11011111 10111101 11101000 100 10011 0 1001 100011111 110000 1010011

Color Harmonies of #DFBDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDE8

Black with #DFBDE8

Text Example


Text Example

White with #DFBDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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