Html Css Color HEX #DBC9D8 Thistle

📋 copy color: '#DBC9D8'

red 219 ◦ green 201 ◦ blue 216

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

Shades of Thistle #DBC9D8

Tints of Thistle #DBC9D8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.6%

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

R = 34.43%
G = 31.6%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBC9D8 (or 0xDBC9D8) is known color: Thistle. HEX triplet: DB, C9 and D8. RGB value is (219,201,216). Sum of RGB (Red+Green+Blue) = 219+201+216=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9D8 is #243627. Grayscale: #D0D0D0. Windows color (decimal): -2373160 or 14207451. OLE color: 14207451.

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

Color convert

RGB 219 201 216 -
CMYK 0 0.08 0.01 0.14
HSL 310º 0.2% 0.82% -
HSV(B) 310º 0.08% 0.86% -
XYZ 62.49 61.79 73.6 -
YUV 208.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 219 201 216 0 0.08 0.01 0.14 310 0.2 0.82
Hex DB C9 D8 0 8 1 E 136 14 52
Octal 333 311 330 0 10 1 16 466 24 122
Binary 11011011 11001001 11011000 0 1000 1 1110 100110110 10100 1010010

Color Harmonies of #DBC9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC9D8

Black with #DBC9D8

Text Example


Text Example

White with #DBC9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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