Html Css Color HEX #DFBAE2 Thistle

📋 copy color: '#DFBAE2'

red 223 ◦ green 186 ◦ blue 226

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

Shades of Thistle #DFBAE2

Tints of Thistle #DFBAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.59%

R = 35.12%
G = 29.29%
B = 35.59%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFBAE2 (or 0xDFBAE2) is known color: Thistle. HEX triplet: DF, BA and E2. RGB value is (223,186,226). Sum of RGB (Red+Green+Blue) = 223+186+226=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFBAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAE2 is #20451D. Grayscale: #C9C9C9. Windows color (decimal): -2114846 or 14858975. OLE color: 14858975.

HSL color Cylindrical-coordinate representation of color #DFBAE2: hue angle of 295.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFBAE2 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 186 226 -
CMYK 0.01 0.18 0 0.11
HSL 295.5º 0.41% 0.81% -
HSV(B) 295.5º 0.18% 0.89% -
XYZ 61.72 56.3 79.56 -
YUV 201.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 223 186 226 0.01 0.18 0 0.11 295.5 0.41 0.81
Hex DF BA E2 1 12 0 B 128 29 51
Octal 337 272 342 1 22 0 13 450 51 121
Binary 11011111 10111010 11100010 1 10010 0 1011 100101000 101001 1010001

Color Harmonies of #DFBAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAE2

Black with #DFBAE2

Text Example


Text Example

White with #DFBAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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