Html Css Color HEX #DCB9E7 Thistle

📋 copy color: '#DCB9E7'

red 220 ◦ green 185 ◦ blue 231

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

Shades of Thistle #DCB9E7

Tints of Thistle #DCB9E7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.09%

 BLUE value IS 231 (90.63% from 255) = 36.32%

R = 34.59%
G = 29.09%
B = 36.32%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCB9E7 (or 0xDCB9E7) is known color: Thistle. HEX triplet: DC, B9 and E7. RGB value is (220,185,231). Sum of RGB (Red+Green+Blue) = 220+185+231=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9E7 is #234618. Grayscale: #C8C8C8. Windows color (decimal): -2311705 or 15186396. OLE color: 15186396.

HSL color Cylindrical-coordinate representation of color #DCB9E7: hue angle of 285.65º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB9E7 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 185 231 -
CMYK 0.05 0.20 0 0.09
HSL 285.65º 0.49% 0.82% -
HSV(B) 285.65º 0.2% 0.91% -
XYZ 61.29 55.68 83.12 -
YUV 200.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 220 185 231 0.05 0.20 0 0.09 285.65 0.49 0.82
Hex DC B9 E7 5 14 0 9 11E 31 52
Octal 334 271 347 5 24 0 11 436 61 122
Binary 11011100 10111001 11100111 101 10100 0 1001 100011110 110001 1010010

Color Harmonies of #DCB9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9E7

Black with #DCB9E7

Text Example


Text Example

White with #DCB9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9E7; }

 p { color: rgb(220,185,231); }

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

background-color css

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

 a { background-color: rgb(220,185,231); }

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

border-color css

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

 span { border-color: rgb(220,185,231); }

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