Html Css Color HEX #DBC0DB Thistle

📋 copy color: '#DBC0DB'

red 219 ◦ green 192 ◦ blue 219

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

Shades of Thistle #DBC0DB

Tints of Thistle #DBC0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.48%

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

R = 34.76%
G = 30.48%
B = 34.76%

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

#DBC0DB (or 0xDBC0DB) is known color: Thistle. HEX triplet: DB, C0 and DB. RGB value is (219,192,219). Sum of RGB (Red+Green+Blue) = 219+192+219=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0DB is #243F24. Grayscale: #CBCBCB. Windows color (decimal): -2375461 or 14401755. OLE color: 14401755.

HSL color Cylindrical-coordinate representation of color #DBC0DB: 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 #DBC0DB is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 219 -
CMYK 0 0.12 0 0.14
HSL 300º 0.27% 0.81% -
HSV(B) 300º 0.12% 0.86% -
XYZ 60.85 57.87 74.98 -
YUV 203.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 219 192 219 0 0.12 0 0.14 300 0.27 0.81
Hex DB C0 DB 0 C 0 E 12C 1B 51
Octal 333 300 333 0 14 0 16 454 33 121
Binary 11011011 11000000 11011011 0 1100 0 1110 100101100 11011 1010001

Color Harmonies of #DBC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC0DB

Black with #DBC0DB

Text Example


Text Example

White with #DBC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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