Html Css Color HEX #DCBBE6 Thistle

📋 copy color: '#DCBBE6'

red 220 ◦ green 187 ◦ blue 230

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

Shades of Thistle #DCBBE6

Tints of Thistle #DCBBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.36%

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

R = 34.54%
G = 29.36%
B = 36.11%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCBBE6 (or 0xDCBBE6) is known color: Thistle. HEX triplet: DC, BB and E6. RGB value is (220,187,230). Sum of RGB (Red+Green+Blue) = 220+187+230=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBE6 is #234419. Grayscale: #C9C9C9. Windows color (decimal): -2311194 or 15121372. OLE color: 15121372.

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

Color convert

RGB 220 187 230 -
CMYK 0.04 0.19 0 0.10
HSL 286.05º 0.46% 0.82% -
HSV(B) 286.05º 0.19% 0.9% -
XYZ 61.57 56.47 82.52 -
YUV 201.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 220 187 230 0.04 0.19 0 0.10 286.05 0.46 0.82
Hex DC BB E6 4 13 0 A 11E 2E 52
Octal 334 273 346 4 23 0 12 436 56 122
Binary 11011100 10111011 11100110 100 10011 0 1010 100011110 101110 1010010

Color Harmonies of #DCBBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBE6

Black with #DCBBE6

Text Example


Text Example

White with #DCBBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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