Html Css Color HEX #DBC1DB Thistle

📋 copy color: '#DBC1DB'

red 219 ◦ green 193 ◦ blue 219

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

Shades of Thistle #DBC1DB

Tints of Thistle #DBC1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.71%

R = 34.71%
G = 30.59%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBC1DB (or 0xDBC1DB) is known color: Thistle. HEX triplet: DB, C1 and DB. RGB value is (219,193,219). Sum of RGB (Red+Green+Blue) = 219+193+219=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1DB is #243E24. Grayscale: #CBCBCB. Windows color (decimal): -2375205 or 14402011. OLE color: 14402011.

HSL color Cylindrical-coordinate representation of color #DBC1DB: hue angle of 300º degrees, saturation: 0.27, 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 #DBC1DB is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 193 219 -
CMYK 0 0.12 0 0.14
HSL 300º 0.27% 0.81% -
HSV(B) 300º 0.12% 0.86% -
XYZ 61.07 58.31 75.05 -
YUV 203.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 219 193 219 0 0.12 0 0.14 300 0.27 0.81
Hex DB C1 DB 0 C 0 E 12C 1B 51
Octal 333 301 333 0 14 0 16 454 33 121
Binary 11011011 11000001 11011011 0 1100 0 1110 100101100 11011 1010001

Color Harmonies of #DBC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC1DB

Black with #DBC1DB

Text Example


Text Example

White with #DBC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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