Html Css Color HEX #DCBAE5 Thistle

📋 copy color: '#DCBAE5'

red 220 ◦ green 186 ◦ blue 229

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

Shades of Thistle #DCBAE5

Tints of Thistle #DCBAE5

RGB

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

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

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

R = 34.65%
G = 29.29%
B = 36.06%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCBAE5 (or 0xDCBAE5) is known color: Thistle. HEX triplet: DC, BA and E5. RGB value is (220,186,229). Sum of RGB (Red+Green+Blue) = 220+186+229=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAE5 is #23451A. Grayscale: #C8C8C8. Windows color (decimal): -2311451 or 15055580. OLE color: 15055580.

HSL color Cylindrical-coordinate representation of color #DCBAE5: hue angle of 287.44º 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 #DCBAE5 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 186 229 -
CMYK 0.04 0.19 0 0.10
HSL 287.44º 0.45% 0.81% -
HSV(B) 287.44º 0.19% 0.9% -
XYZ 61.22 55.99 81.71 -
YUV 201.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 220 186 229 0.04 0.19 0 0.10 287.44 0.45 0.81
Hex DC BA E5 4 13 0 A 11F 2D 51
Octal 334 272 345 4 23 0 12 437 55 121
Binary 11011100 10111010 11100101 100 10011 0 1010 100011111 101101 1010001

Color Harmonies of #DCBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAE5

Black with #DCBAE5

Text Example


Text Example

White with #DCBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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