Html Css Color HEX #DBC8D9 Thistle

📋 copy color: '#DBC8D9'

red 219 ◦ green 200 ◦ blue 217

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

Shades of Thistle #DBC8D9

Tints of Thistle #DBC8D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.12%

R = 34.43%
G = 31.45%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBC8D9 (or 0xDBC8D9) is known color: Thistle. HEX triplet: DB, C8 and D9. RGB value is (219,200,217). Sum of RGB (Red+Green+Blue) = 219+200+217=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8D9 is #243726. Grayscale: #CFCFCF. Windows color (decimal): -2373415 or 14272731. OLE color: 14272731.

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

Color convert

RGB 219 200 217 -
CMYK 0 0.09 0.01 0.14
HSL 306.32º 0.21% 0.82% -
HSV(B) 306.32º 0.09% 0.86% -
XYZ 62.39 61.38 74.2 -
YUV 207.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 219 200 217 0 0.09 0.01 0.14 306.32 0.21 0.82
Hex DB C8 D9 0 9 1 E 132 15 52
Octal 333 310 331 0 11 1 16 462 25 122
Binary 11011011 11001000 11011001 0 1001 1 1110 100110010 10101 1010010

Color Harmonies of #DBC8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC8D9

Black with #DBC8D9

Text Example


Text Example

White with #DBC8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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