Html Css Color HEX #DBC8D8 Thistle

📋 copy color: '#DBC8D8'

red 219 ◦ green 200 ◦ blue 216

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

Shades of Thistle #DBC8D8

Tints of Thistle #DBC8D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.02%

R = 34.49%
G = 31.5%
B = 34.02%

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

#DBC8D8 (or 0xDBC8D8) is known color: Thistle. HEX triplet: DB, C8 and D8. RGB value is (219,200,216). Sum of RGB (Red+Green+Blue) = 219+200+216=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8D8 is #243727. Grayscale: #CFCFCF. Windows color (decimal): -2373416 or 14207195. OLE color: 14207195.

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

Color convert

RGB 219 200 216 -
CMYK 0 0.09 0.01 0.14
HSL 309.47º 0.21% 0.82% -
HSV(B) 309.47º 0.09% 0.86% -
XYZ 62.26 61.33 73.52 -
YUV 207.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 219 200 216 0 0.09 0.01 0.14 309.47 0.21 0.82
Hex DB C8 D8 0 9 1 E 135 15 52
Octal 333 310 330 0 11 1 16 465 25 122
Binary 11011011 11001000 11011000 0 1001 1 1110 100110101 10101 1010010

Color Harmonies of #DBC8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC8D8

Black with #DBC8D8

Text Example


Text Example

White with #DBC8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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