Html Css Color HEX #DCBEE1 Thistle

📋 copy color: '#DCBEE1'

red 220 ◦ green 190 ◦ blue 225

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

Shades of Thistle #DCBEE1

Tints of Thistle #DCBEE1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.92%

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

R = 34.65%
G = 29.92%
B = 35.43%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCBEE1 (or 0xDCBEE1) is known color: Thistle. HEX triplet: DC, BE and E1. RGB value is (220,190,225). Sum of RGB (Red+Green+Blue) = 220+190+225=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEE1 is #23411E. Grayscale: #CACACA. Windows color (decimal): -2310431 or 14794460. OLE color: 14794460.

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

Color convert

RGB 220 190 225 -
CMYK 0.02 0.16 0 0.12
HSL 291.43º 0.37% 0.81% -
HSV(B) 291.43º 0.16% 0.88% -
XYZ 61.52 57.48 79.09 -
YUV 202.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 220 190 225 0.02 0.16 0 0.12 291.43 0.37 0.81
Hex DC BE E1 2 10 0 C 123 25 51
Octal 334 276 341 2 20 0 14 443 45 121
Binary 11011100 10111110 11100001 10 10000 0 1100 100100011 100101 1010001

Color Harmonies of #DCBEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEE1

Black with #DCBEE1

Text Example


Text Example

White with #DCBEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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