Html Css Color HEX #DCBAE7 Thistle

📋 copy color: '#DCBAE7'

red 220 ◦ green 186 ◦ blue 231

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

Shades of Thistle #DCBAE7

Tints of Thistle #DCBAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.26%

R = 34.54%
G = 29.2%
B = 36.26%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCBAE7 (or 0xDCBAE7) is known color: Thistle. HEX triplet: DC, BA and E7. RGB value is (220,186,231). Sum of RGB (Red+Green+Blue) = 220+186+231=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCBAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAE7 is #234518. Grayscale: #C9C9C9. Windows color (decimal): -2311449 or 15186652. OLE color: 15186652.

HSL color Cylindrical-coordinate representation of color #DCBAE7: hue angle of 285.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBAE7 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 186 231 -
CMYK 0.05 0.19 0 0.09
HSL 285.33º 0.48% 0.82% -
HSV(B) 285.33º 0.19% 0.91% -
XYZ 61.5 56.1 83.19 -
YUV 201.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 220 186 231 0.05 0.19 0 0.09 285.33 0.48 0.82
Hex DC BA E7 5 13 0 9 11D 30 52
Octal 334 272 347 5 23 0 11 435 60 122
Binary 11011100 10111010 11100111 101 10011 0 1001 100011101 110000 1010010

Color Harmonies of #DCBAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAE7

Black with #DCBAE7

Text Example


Text Example

White with #DCBAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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