Html Css Color HEX #DBC8DB Thistle

📋 copy color: '#DBC8DB'

red 219 ◦ green 200 ◦ blue 219

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

Shades of Thistle #DBC8DB

Tints of Thistle #DBC8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.35%

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

R = 34.33%
G = 31.35%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBC8DB (or 0xDBC8DB) is known color: Thistle. HEX triplet: DB, C8 and DB. RGB value is (219,200,219). Sum of RGB (Red+Green+Blue) = 219+200+219=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8DB is #243724. Grayscale: #CFCFCF. Windows color (decimal): -2373413 or 14403803. OLE color: 14403803.

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

Color convert

RGB 219 200 219 -
CMYK 0 0.09 0 0.14
HSL 300º 0.21% 0.82% -
HSV(B) 300º 0.09% 0.86% -
XYZ 62.65 61.48 75.58 -
YUV 207.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 219 200 219 0 0.09 0 0.14 300 0.21 0.82
Hex DB C8 DB 0 9 0 E 12C 15 52
Octal 333 310 333 0 11 0 16 454 25 122
Binary 11011011 11001000 11011011 0 1001 0 1110 100101100 10101 1010010

Color Harmonies of #DBC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC8DB

Black with #DBC8DB

Text Example


Text Example

White with #DBC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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