Html Css Color HEX #DBC1DC Thistle

📋 copy color: '#DBC1DC'

red 219 ◦ green 193 ◦ blue 220

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

Shades of Thistle #DBC1DC

Tints of Thistle #DBC1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.54%

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

R = 34.65%
G = 30.54%
B = 34.81%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBC1DC (or 0xDBC1DC) is known color: Thistle. HEX triplet: DB, C1 and DC. RGB value is (219,193,220). Sum of RGB (Red+Green+Blue) = 219+193+220=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1DC is #243E23. Grayscale: #CBCBCB. Windows color (decimal): -2375204 or 14467547. OLE color: 14467547.

HSL color Cylindrical-coordinate representation of color #DBC1DC: hue angle of 297.78º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC1DC is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 193 220 -
CMYK 0.00 0.12 0 0.14
HSL 297.78º 0.28% 0.81% -
HSV(B) 297.78º 0.12% 0.86% -
XYZ 61.2 58.37 75.75 -
YUV 203.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 219 193 220 0.00 0.12 0 0.14 297.78 0.28 0.81
Hex DB C1 DC 0 C 0 E 12A 1C 51
Octal 333 301 334 0 14 0 16 452 34 121
Binary 11011011 11000001 11011100 0 1100 0 1110 100101010 11100 1010001

Color Harmonies of #DBC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC1DC

Black with #DBC1DC

Text Example


Text Example

White with #DBC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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