Html Css Color HEX #DBB8DF Thistle

📋 copy color: '#DBB8DF'

red 219 ◦ green 184 ◦ blue 223

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

Shades of Thistle #DBB8DF

Tints of Thistle #DBB8DF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.39%

 BLUE value IS 223 (87.5% from 255) = 35.62%

R = 34.98%
G = 29.39%
B = 35.62%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBB8DF (or 0xDBB8DF) is known color: Thistle. HEX triplet: DB, B8 and DF. RGB value is (219,184,223). Sum of RGB (Red+Green+Blue) = 219+184+223=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8DF is #244720. Grayscale: #C6C6C6. Windows color (decimal): -2377505 or 14661851. OLE color: 14661851.

HSL color Cylindrical-coordinate representation of color #DBB8DF: hue angle of 293.85º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB8DF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 184 223 -
CMYK 0.02 0.17 0 0.13
HSL 293.85º 0.38% 0.8% -
HSV(B) 293.85º 0.17% 0.87% -
XYZ 59.67 54.67 77.22 -
YUV 198.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 219 184 223 0.02 0.17 0 0.13 293.85 0.38 0.8
Hex DB B8 DF 2 11 0 D 126 26 50
Octal 333 270 337 2 21 0 15 446 46 120
Binary 11011011 10111000 11011111 10 10001 0 1101 100100110 100110 1010000

Color Harmonies of #DBB8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8DF

Black with #DBB8DF

Text Example


Text Example

White with #DBB8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8DF; }

 p { color: rgb(219,184,223); }

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

background-color css

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

 a { background-color: rgb(219,184,223); }

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

border-color css

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

 span { border-color: rgb(219,184,223); }

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