Html Css Color HEX #DBC7DB Thistle

📋 copy color: '#DBC7DB'

red 219 ◦ green 199 ◦ blue 219

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

Shades of Thistle #DBC7DB

Tints of Thistle #DBC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.24%

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

R = 34.38%
G = 31.24%
B = 34.38%

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

#DBC7DB (or 0xDBC7DB) is known color: Thistle. HEX triplet: DB, C7 and DB. RGB value is (219,199,219). Sum of RGB (Red+Green+Blue) = 219+199+219=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7DB is #243824. Grayscale: #CFCFCF. Windows color (decimal): -2373669 or 14403547. OLE color: 14403547.

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

Color convert

RGB 219 199 219 -
CMYK 0 0.09 0 0.14
HSL 300º 0.22% 0.82% -
HSV(B) 300º 0.09% 0.86% -
XYZ 62.42 61.02 75.51 -
YUV 207.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 219 199 219 0 0.09 0 0.14 300 0.22 0.82
Hex DB C7 DB 0 9 0 E 12C 16 52
Octal 333 307 333 0 11 0 16 454 26 122
Binary 11011011 11000111 11011011 0 1001 0 1110 100101100 10110 1010010

Color Harmonies of #DBC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC7DB

Black with #DBC7DB

Text Example


Text Example

White with #DBC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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