Html Css Color HEX #DFB8DF Thistle

📋 copy color: '#DFB8DF'

red 223 ◦ green 184 ◦ blue 223

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

Shades of Thistle #DFB8DF

Tints of Thistle #DFB8DF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.21%

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 35.4%
G = 29.21%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFB8DF (or 0xDFB8DF) is known color: Thistle. HEX triplet: DF, B8 and DF. RGB value is (223,184,223). Sum of RGB (Red+Green+Blue) = 223+184+223=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8DF is #204720. Grayscale: #C7C7C7. Windows color (decimal): -2115361 or 14661855. OLE color: 14661855.

HSL color Cylindrical-coordinate representation of color #DFB8DF: hue angle of 300º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFB8DF is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 184 223 -
CMYK 0 0.17 0 0.13
HSL 300º 0.38% 0.8% -
HSV(B) 300º 0.17% 0.87% -
XYZ 60.89 55.3 77.28 -
YUV 200.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 223 184 223 0 0.17 0 0.13 300 0.38 0.8
Hex DF B8 DF 0 11 0 D 12C 26 50
Octal 337 270 337 0 21 0 15 454 46 120
Binary 11011111 10111000 11011111 0 10001 0 1101 100101100 100110 1010000

Color Harmonies of #DFB8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB8DF

Black with #DFB8DF

Text Example


Text Example

White with #DFB8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB8DF; }

 p { color: rgb(223,184,223); }

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

background-color css

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

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

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

border-color css

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

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

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