Html Css Color HEX #DCBAE0 Thistle

📋 copy color: '#DCBAE0'

red 220 ◦ green 186 ◦ blue 224

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

Shades of Thistle #DCBAE0

Tints of Thistle #DCBAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.56%

R = 34.92%
G = 29.52%
B = 35.56%

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

#DCBAE0 (or 0xDCBAE0) is known color: Thistle. HEX triplet: DC, BA and E0. RGB value is (220,186,224). Sum of RGB (Red+Green+Blue) = 220+186+224=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAE0 is #23451F. Grayscale: #C8C8C8. Windows color (decimal): -2311456 or 14727900. OLE color: 14727900.

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

Color convert

RGB 220 186 224 -
CMYK 0.02 0.17 0 0.12
HSL 293.68º 0.38% 0.8% -
HSV(B) 293.68º 0.17% 0.88% -
XYZ 60.53 55.72 78.08 -
YUV 200.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 220 186 224 0.02 0.17 0 0.12 293.68 0.38 0.8
Hex DC BA E0 2 11 0 C 126 26 50
Octal 334 272 340 2 21 0 14 446 46 120
Binary 11011100 10111010 11100000 10 10001 0 1100 100100110 100110 1010000

Color Harmonies of #DCBAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAE0

Black with #DCBAE0

Text Example


Text Example

White with #DCBAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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