Html Css Color HEX #DFBCE0 Thistle

📋 copy color: '#DFBCE0'

red 223 ◦ green 188 ◦ blue 224

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

Shades of Thistle #DFBCE0

Tints of Thistle #DFBCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.61%

 BLUE value IS 224 (87.89% from 255) = 35.28%

R = 35.12%
G = 29.61%
B = 35.28%

CMYK

 C value IS 0.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFBCE0 (or 0xDFBCE0) is known color: Thistle. HEX triplet: DF, BC and E0. RGB value is (223,188,224). Sum of RGB (Red+Green+Blue) = 223+188+224=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFBCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCE0 is #20431F. Grayscale: #CACACA. Windows color (decimal): -2114336 or 14728415. OLE color: 14728415.

HSL color Cylindrical-coordinate representation of color #DFBCE0: hue angle of 298.33º degrees, saturation: 0.37, 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 #DFBCE0 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 188 224 -
CMYK 0.00 0.16 0 0.12
HSL 298.33º 0.37% 0.81% -
HSV(B) 298.33º 0.16% 0.88% -
XYZ 61.87 57.04 78.27 -
YUV 202.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 223 188 224 0.00 0.16 0 0.12 298.33 0.37 0.81
Hex DF BC E0 0 10 0 C 12A 25 51
Octal 337 274 340 0 20 0 14 452 45 121
Binary 11011111 10111100 11100000 0 10000 0 1100 100101010 100101 1010001

Color Harmonies of #DFBCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCE0

Black with #DFBCE0

Text Example


Text Example

White with #DFBCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCE0; }

 p { color: rgb(223,188,224); }

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

background-color css

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

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

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

border-color css

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

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

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