Html Css Color HEX #DBC7DD Thistle

📋 copy color: '#DBC7DD'

red 219 ◦ green 199 ◦ blue 221

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

Shades of Thistle #DBC7DD

Tints of Thistle #DBC7DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.59%

R = 34.27%
G = 31.14%
B = 34.59%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBC7DD (or 0xDBC7DD) is known color: Thistle. HEX triplet: DB, C7 and DD. RGB value is (219,199,221). Sum of RGB (Red+Green+Blue) = 219+199+221=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7DD is #243822. Grayscale: #CFCFCF. Windows color (decimal): -2373667 or 14534619. OLE color: 14534619.

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

Color convert

RGB 219 199 221 -
CMYK 0.01 0.10 0 0.13
HSL 294.55º 0.24% 0.82% -
HSV(B) 294.55º 0.1% 0.87% -
XYZ 62.69 61.13 76.9 -
YUV 207.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 219 199 221 0.01 0.10 0 0.13 294.55 0.24 0.82
Hex DB C7 DD 1 A 0 D 127 18 52
Octal 333 307 335 1 12 0 15 447 30 122
Binary 11011011 11000111 11011101 1 1010 0 1101 100100111 11000 1010010

Color Harmonies of #DBC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC7DD

Black with #DBC7DD

Text Example


Text Example

White with #DBC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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