Html Css Color HEX #DCBAE1 Thistle

📋 copy color: '#DCBAE1'

red 220 ◦ green 186 ◦ blue 225

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

Shades of Thistle #DCBAE1

Tints of Thistle #DCBAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.66%

R = 34.87%
G = 29.48%
B = 35.66%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCBAE1 (or 0xDCBAE1) is known color: Thistle. HEX triplet: DC, BA and E1. RGB value is (220,186,225). Sum of RGB (Red+Green+Blue) = 220+186+225=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCBAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAE1 is #23451E. Grayscale: #C8C8C8. Windows color (decimal): -2311455 or 14793436. OLE color: 14793436.

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

Color convert

RGB 220 186 225 -
CMYK 0.02 0.17 0 0.12
HSL 292.31º 0.39% 0.81% -
HSV(B) 292.31º 0.17% 0.88% -
XYZ 60.66 55.77 78.8 -
YUV 200.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 220 186 225 0.02 0.17 0 0.12 292.31 0.39 0.81
Hex DC BA E1 2 11 0 C 124 27 51
Octal 334 272 341 2 21 0 14 444 47 121
Binary 11011100 10111010 11100001 10 10001 0 1100 100100100 100111 1010001

Color Harmonies of #DCBAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAE1

Black with #DCBAE1

Text Example


Text Example

White with #DCBAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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