Html Css Color HEX #DBC5D9 Thistle

📋 copy color: '#DBC5D9'

red 219 ◦ green 197 ◦ blue 217

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

Shades of Thistle #DBC5D9

Tints of Thistle #DBC5D9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.12%

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

R = 34.6%
G = 31.12%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBC5D9 (or 0xDBC5D9) is known color: Thistle. HEX triplet: DB, C5 and D9. RGB value is (219,197,217). Sum of RGB (Red+Green+Blue) = 219+197+217=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5D9 is #243A26. Grayscale: #CDCDCD. Windows color (decimal): -2374183 or 14271963. OLE color: 14271963.

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

Color convert

RGB 219 197 217 -
CMYK 0 0.10 0.01 0.14
HSL 305.45º 0.23% 0.82% -
HSV(B) 305.45º 0.1% 0.86% -
XYZ 61.7 60 73.98 -
YUV 205.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 219 197 217 0 0.10 0.01 0.14 305.45 0.23 0.82
Hex DB C5 D9 0 A 1 E 131 17 52
Octal 333 305 331 0 12 1 16 461 27 122
Binary 11011011 11000101 11011001 0 1010 1 1110 100110001 10111 1010010

Color Harmonies of #DBC5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC5D9

Black with #DBC5D9

Text Example


Text Example

White with #DBC5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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