Html Css Color HEX #DBC9DC Thistle

📋 copy color: '#DBC9DC'

red 219 ◦ green 201 ◦ blue 220

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

Shades of Thistle #DBC9DC

Tints of Thistle #DBC9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 34.22%
G = 31.41%
B = 34.38%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBC9DC (or 0xDBC9DC) is known color: Thistle. HEX triplet: DB, C9 and DC. RGB value is (219,201,220). Sum of RGB (Red+Green+Blue) = 219+201+220=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9DC is #243623. Grayscale: #D0D0D0. Windows color (decimal): -2373156 or 14469595. OLE color: 14469595.

HSL color Cylindrical-coordinate representation of color #DBC9DC: hue angle of 296.84º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC9DC is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 220 -
CMYK 0.00 0.09 0 0.14
HSL 296.84º 0.21% 0.83% -
HSV(B) 296.84º 0.09% 0.86% -
XYZ 63.02 62 76.36 -
YUV 208.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 219 201 220 0.00 0.09 0 0.14 296.84 0.21 0.83
Hex DB C9 DC 0 9 0 E 129 15 53
Octal 333 311 334 0 11 0 16 451 25 123
Binary 11011011 11001001 11011100 0 1001 0 1110 100101001 10101 1010011

Color Harmonies of #DBC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC9DC

Black with #DBC9DC

Text Example


Text Example

White with #DBC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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