Html Css Color HEX #DFBAE5 Thistle

📋 copy color: '#DFBAE5'

red 223 ◦ green 186 ◦ blue 229

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

Shades of Thistle #DFBAE5

Tints of Thistle #DFBAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.89%

R = 34.95%
G = 29.15%
B = 35.89%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFBAE5 (or 0xDFBAE5) is known color: Thistle. HEX triplet: DF, BA and E5. RGB value is (223,186,229). Sum of RGB (Red+Green+Blue) = 223+186+229=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAE5 is #20451A. Grayscale: #C9C9C9. Windows color (decimal): -2114843 or 15055583. OLE color: 15055583.

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

Color convert

RGB 223 186 229 -
CMYK 0.03 0.19 0 0.10
HSL 291.63º 0.45% 0.81% -
HSV(B) 291.63º 0.19% 0.9% -
XYZ 62.13 56.46 81.75 -
YUV 201.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 223 186 229 0.03 0.19 0 0.10 291.63 0.45 0.81
Hex DF BA E5 3 13 0 A 124 2D 51
Octal 337 272 345 3 23 0 12 444 55 121
Binary 11011111 10111010 11100101 11 10011 0 1010 100100100 101101 1010001

Color Harmonies of #DFBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAE5

Black with #DFBAE5

Text Example


Text Example

White with #DFBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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