Html Css Color HEX #DCBAE2 Thistle

📋 copy color: '#DCBAE2'

red 220 ◦ green 186 ◦ blue 226

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

Shades of Thistle #DCBAE2

Tints of Thistle #DCBAE2

RGB

 RED value IS 220 (86.33% from 255) = 34.81%

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

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

R = 34.81%
G = 29.43%
B = 35.76%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCBAE2 (or 0xDCBAE2) is known color: Thistle. HEX triplet: DC, BA and E2. RGB value is (220,186,226). Sum of RGB (Red+Green+Blue) = 220+186+226=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCBAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAE2 is #23451D. Grayscale: #C8C8C8. Windows color (decimal): -2311454 or 14858972. OLE color: 14858972.

HSL color Cylindrical-coordinate representation of color #DCBAE2: hue angle of 291º 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 #DCBAE2 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 186 226 -
CMYK 0.03 0.18 0 0.11
HSL 291º 0.41% 0.81% -
HSV(B) 291º 0.18% 0.89% -
XYZ 60.8 55.82 79.52 -
YUV 200.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 220 186 226 0.03 0.18 0 0.11 291 0.41 0.81
Hex DC BA E2 3 12 0 B 123 29 51
Octal 334 272 342 3 22 0 13 443 51 121
Binary 11011100 10111010 11100010 11 10010 0 1011 100100011 101001 1010001

Color Harmonies of #DCBAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAE2

Black with #DCBAE2

Text Example


Text Example

White with #DCBAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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