Html Css Color HEX #DCBEE6 Thistle

📋 copy color: '#DCBEE6'

red 220 ◦ green 190 ◦ blue 230

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

Shades of Thistle #DCBEE6

Tints of Thistle #DCBEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.94%

R = 34.38%
G = 29.69%
B = 35.94%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCBEE6 (or 0xDCBEE6) is known color: Thistle. HEX triplet: DC, BE and E6. RGB value is (220,190,230). Sum of RGB (Red+Green+Blue) = 220+190+230=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEE6 is #234119. Grayscale: #CBCBCB. Windows color (decimal): -2310426 or 15122140. OLE color: 15122140.

HSL color Cylindrical-coordinate representation of color #DCBEE6: hue angle of 285º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBEE6 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 190 230 -
CMYK 0.04 0.17 0 0.10
HSL 285º 0.44% 0.82% -
HSV(B) 285º 0.17% 0.9% -
XYZ 62.21 57.76 82.73 -
YUV 203.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 220 190 230 0.04 0.17 0 0.10 285 0.44 0.82
Hex DC BE E6 4 11 0 A 11D 2C 52
Octal 334 276 346 4 21 0 12 435 54 122
Binary 11011100 10111110 11100110 100 10001 0 1010 100011101 101100 1010010

Color Harmonies of #DCBEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEE6

Black with #DCBEE6

Text Example


Text Example

White with #DCBEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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