Html Css Color HEX #DBC0DF Thistle

📋 copy color: '#DBC0DF'

red 219 ◦ green 192 ◦ blue 223

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

Shades of Thistle #DBC0DF

Tints of Thistle #DBC0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.28%

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

R = 34.54%
G = 30.28%
B = 35.17%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBC0DF (or 0xDBC0DF) is known color: Thistle. HEX triplet: DB, C0 and DF. RGB value is (219,192,223). Sum of RGB (Red+Green+Blue) = 219+192+223=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0DF is #243F20. Grayscale: #CBCBCB. Windows color (decimal): -2375457 or 14663899. OLE color: 14663899.

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

Color convert

RGB 219 192 223 -
CMYK 0.02 0.14 0 0.13
HSL 292.26º 0.33% 0.81% -
HSV(B) 292.26º 0.14% 0.87% -
XYZ 61.38 58.09 77.79 -
YUV 203.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 219 192 223 0.02 0.14 0 0.13 292.26 0.33 0.81
Hex DB C0 DF 2 E 0 D 124 21 51
Octal 333 300 337 2 16 0 15 444 41 121
Binary 11011011 11000000 11011111 10 1110 0 1101 100100100 100001 1010001

Color Harmonies of #DBC0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC0DF

Black with #DBC0DF

Text Example


Text Example

White with #DBC0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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