Html Css Color HEX #DBC9DA Thistle

📋 copy color: '#DBC9DA'

red 219 ◦ green 201 ◦ blue 218

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

Shades of Thistle #DBC9DA

Tints of Thistle #DBC9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.17%

R = 34.33%
G = 31.5%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DBC9DA (or 0xDBC9DA) is known color: Thistle. HEX triplet: DB, C9 and DA. RGB value is (219,201,218). Sum of RGB (Red+Green+Blue) = 219+201+218=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9DA is #243625. Grayscale: #D0D0D0. Windows color (decimal): -2373158 or 14338523. OLE color: 14338523.

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

Color convert

RGB 219 201 218 -
CMYK 0 0.08 0.00 0.14
HSL 303.33º 0.2% 0.82% -
HSV(B) 303.33º 0.08% 0.86% -
XYZ 62.75 61.9 74.97 -
YUV 208.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 219 201 218 0 0.08 0.00 0.14 303.33 0.2 0.82
Hex DB C9 DA 0 8 0 E 12F 14 52
Octal 333 311 332 0 10 0 16 457 24 122
Binary 11011011 11001001 11011010 0 1000 0 1110 100101111 10100 1010010

Color Harmonies of #DBC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC9DA

Black with #DBC9DA

Text Example


Text Example

White with #DBC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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