Html Css Color HEX #DBC5DC Thistle

📋 copy color: '#DBC5DC'

red 219 ◦ green 197 ◦ blue 220

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

Shades of Thistle #DBC5DC

Tints of Thistle #DBC5DC

RGB

 RED value IS 219 (85.94% from 255) = 34.43%

 GREEN value IS 197 (77.34% from 255) = 30.97%

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

R = 34.43%
G = 30.97%
B = 34.59%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBC5DC (or 0xDBC5DC) is known color: Thistle. HEX triplet: DB, C5 and DC. RGB value is (219,197,220). Sum of RGB (Red+Green+Blue) = 219+197+220=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5DC is #243A23. Grayscale: #CECECE. Windows color (decimal): -2374180 or 14468571. OLE color: 14468571.

HSL color Cylindrical-coordinate representation of color #DBC5DC: hue angle of 297.39º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC5DC is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 197 220 -
CMYK 0.00 0.10 0 0.14
HSL 297.39º 0.25% 0.82% -
HSV(B) 297.39º 0.1% 0.86% -
XYZ 62.1 60.16 76.05 -
YUV 206.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 219 197 220 0.00 0.10 0 0.14 297.39 0.25 0.82
Hex DB C5 DC 0 A 0 E 129 19 52
Octal 333 305 334 0 12 0 16 451 31 122
Binary 11011011 11000101 11011100 0 1010 0 1110 100101001 11001 1010010

Color Harmonies of #DBC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC5DC

Black with #DBC5DC

Text Example


Text Example

White with #DBC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC5DC; }

 p { color: rgb(219,197,220); }

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

background-color css

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

 a { background-color: rgb(219,197,220); }

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

border-color css

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

 span { border-color: rgb(219,197,220); }

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