Html Css Color HEX #DFBAE0 Thistle

📋 copy color: '#DFBAE0'

red 223 ◦ green 186 ◦ blue 224

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

Shades of Thistle #DFBAE0

Tints of Thistle #DFBAE0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.38%

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

R = 35.23%
G = 29.38%
B = 35.39%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFBAE0 (or 0xDFBAE0) is known color: Thistle. HEX triplet: DF, BA and E0. RGB value is (223,186,224). Sum of RGB (Red+Green+Blue) = 223+186+224=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAE0 is #20451F. Grayscale: #C9C9C9. Windows color (decimal): -2114848 or 14727903. OLE color: 14727903.

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

Color convert

RGB 223 186 224 -
CMYK 0.00 0.17 0 0.12
HSL 298.42º 0.38% 0.8% -
HSV(B) 298.42º 0.17% 0.88% -
XYZ 61.44 56.19 78.13 -
YUV 201.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 223 186 224 0.00 0.17 0 0.12 298.42 0.38 0.8
Hex DF BA E0 0 11 0 C 12A 26 50
Octal 337 272 340 0 21 0 14 452 46 120
Binary 11011111 10111010 11100000 0 10001 0 1100 100101010 100110 1010000

Color Harmonies of #DFBAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAE0

Black with #DFBAE0

Text Example


Text Example

White with #DFBAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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