Html Css Color HEX #DCBBE0 Thistle

📋 copy color: '#DCBBE0'

red 220 ◦ green 187 ◦ blue 224

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

Shades of Thistle #DCBBE0

Tints of Thistle #DCBBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.5%

R = 34.87%
G = 29.64%
B = 35.5%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCBBE0 (or 0xDCBBE0) is known color: Thistle. HEX triplet: DC, BB and E0. RGB value is (220,187,224). Sum of RGB (Red+Green+Blue) = 220+187+224=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBE0 is #23441F. Grayscale: #C8C8C8. Windows color (decimal): -2311200 or 14728156. OLE color: 14728156.

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

Color convert

RGB 220 187 224 -
CMYK 0.02 0.17 0 0.12
HSL 293.51º 0.37% 0.81% -
HSV(B) 293.51º 0.17% 0.88% -
XYZ 60.74 56.14 78.16 -
YUV 201.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 220 187 224 0.02 0.17 0 0.12 293.51 0.37 0.81
Hex DC BB E0 2 11 0 C 126 25 51
Octal 334 273 340 2 21 0 14 446 45 121
Binary 11011100 10111011 11100000 10 10001 0 1100 100100110 100101 1010001

Color Harmonies of #DCBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBE0

Black with #DCBBE0

Text Example


Text Example

White with #DCBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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