Html Css Color HEX #DCBAE4 Thistle

📋 copy color: '#DCBAE4'

red 220 ◦ green 186 ◦ blue 228

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

Shades of Thistle #DCBAE4

Tints of Thistle #DCBAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.96%

R = 34.7%
G = 29.34%
B = 35.96%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCBAE4 (or 0xDCBAE4) is known color: Thistle. HEX triplet: DC, BA and E4. RGB value is (220,186,228). Sum of RGB (Red+Green+Blue) = 220+186+228=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCBAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAE4 is #23451B. Grayscale: #C8C8C8. Windows color (decimal): -2311452 or 14990044. OLE color: 14990044.

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

Color convert

RGB 220 186 228 -
CMYK 0.04 0.18 0 0.11
HSL 288.57º 0.44% 0.81% -
HSV(B) 288.57º 0.18% 0.89% -
XYZ 61.08 55.93 80.98 -
YUV 200.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 220 186 228 0.04 0.18 0 0.11 288.57 0.44 0.81
Hex DC BA E4 4 12 0 B 121 2C 51
Octal 334 272 344 4 22 0 13 441 54 121
Binary 11011100 10111010 11100100 100 10010 0 1011 100100001 101100 1010001

Color Harmonies of #DCBAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAE4

Black with #DCBAE4

Text Example


Text Example

White with #DCBAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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