Html Css Color HEX #DBC2D9 Thistle

📋 copy color: '#DBC2D9'

red 219 ◦ green 194 ◦ blue 217

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

Shades of Thistle #DBC2D9

Tints of Thistle #DBC2D9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.79%

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

R = 34.76%
G = 30.79%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBC2D9 (or 0xDBC2D9) is known color: Thistle. HEX triplet: DB, C2 and D9. RGB value is (219,194,217). Sum of RGB (Red+Green+Blue) = 219+194+217=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2D9 is #243D26. Grayscale: #CCCCCC. Windows color (decimal): -2374951 or 14271195. OLE color: 14271195.

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

Color convert

RGB 219 194 217 -
CMYK 0 0.11 0.01 0.14
HSL 304.8º 0.26% 0.81% -
HSV(B) 304.8º 0.11% 0.86% -
XYZ 61.03 58.65 73.75 -
YUV 204.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 219 194 217 0 0.11 0.01 0.14 304.8 0.26 0.81
Hex DB C2 D9 0 B 1 E 131 1A 51
Octal 333 302 331 0 13 1 16 461 32 121
Binary 11011011 11000010 11011001 0 1011 1 1110 100110001 11010 1010001

Color Harmonies of #DBC2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC2D9

Black with #DBC2D9

Text Example


Text Example

White with #DBC2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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