Html Css Color HEX #DBC5DE Thistle

📋 copy color: '#DBC5DE'

red 219 ◦ green 197 ◦ blue 222

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

Shades of Thistle #DBC5DE

Tints of Thistle #DBC5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 34.33%
G = 30.88%
B = 34.8%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBC5DE (or 0xDBC5DE) is known color: Thistle. HEX triplet: DB, C5 and DE. RGB value is (219,197,222). Sum of RGB (Red+Green+Blue) = 219+197+222=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5DE is #243A21. Grayscale: #CECECE. Windows color (decimal): -2374178 or 14599643. OLE color: 14599643.

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

Color convert

RGB 219 197 222 -
CMYK 0.01 0.11 0 0.13
HSL 292.8º 0.27% 0.82% -
HSV(B) 292.8º 0.11% 0.87% -
XYZ 62.36 60.27 77.45 -
YUV 206.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 219 197 222 0.01 0.11 0 0.13 292.8 0.27 0.82
Hex DB C5 DE 1 B 0 D 125 1B 52
Octal 333 305 336 1 13 0 15 445 33 122
Binary 11011011 11000101 11011110 1 1011 0 1101 100100101 11011 1010010

Color Harmonies of #DBC5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC5DE

Black with #DBC5DE

Text Example


Text Example

White with #DBC5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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