Html Css Color HEX #DCBCE6 Thistle

📋 copy color: '#DCBCE6'

red 220 ◦ green 188 ◦ blue 230

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

Shades of Thistle #DCBCE6

Tints of Thistle #DCBCE6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.47%

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

R = 34.48%
G = 29.47%
B = 36.05%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCBCE6 (or 0xDCBCE6) is known color: Thistle. HEX triplet: DC, BC and E6. RGB value is (220,188,230). Sum of RGB (Red+Green+Blue) = 220+188+230=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCE6 is #234319. Grayscale: #CACACA. Windows color (decimal): -2310938 or 15121628. OLE color: 15121628.

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

Color convert

RGB 220 188 230 -
CMYK 0.04 0.18 0 0.10
HSL 285.71º 0.46% 0.82% -
HSV(B) 285.71º 0.18% 0.9% -
XYZ 61.78 56.9 82.59 -
YUV 202.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 220 188 230 0.04 0.18 0 0.10 285.71 0.46 0.82
Hex DC BC E6 4 12 0 A 11E 2E 52
Octal 334 274 346 4 22 0 12 436 56 122
Binary 11011100 10111100 11100110 100 10010 0 1010 100011110 101110 1010010

Color Harmonies of #DCBCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCE6

Black with #DCBCE6

Text Example


Text Example

White with #DCBCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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