Html Css Color HEX #DBC3DB Thistle

📋 copy color: '#DBC3DB'

red 219 ◦ green 195 ◦ blue 219

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

Shades of Thistle #DBC3DB

Tints of Thistle #DBC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.81%

 BLUE value IS 219 (85.94% from 255) = 34.6%

R = 34.6%
G = 30.81%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBC3DB (or 0xDBC3DB) is known color: Thistle. HEX triplet: DB, C3 and DB. RGB value is (219,195,219). Sum of RGB (Red+Green+Blue) = 219+195+219=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3DB is #243C24. Grayscale: #CCCCCC. Windows color (decimal): -2374693 or 14402523. OLE color: 14402523.

HSL color Cylindrical-coordinate representation of color #DBC3DB: hue angle of 300º degrees, saturation: 0.25, 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 #DBC3DB is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 195 219 -
CMYK 0 0.11 0 0.14
HSL 300º 0.25% 0.81% -
HSV(B) 300º 0.11% 0.86% -
XYZ 61.51 59.2 75.2 -
YUV 204.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 219 195 219 0 0.11 0 0.14 300 0.25 0.81
Hex DB C3 DB 0 B 0 E 12C 19 51
Octal 333 303 333 0 13 0 16 454 31 121
Binary 11011011 11000011 11011011 0 1011 0 1110 100101100 11001 1010001

Color Harmonies of #DBC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC3DB

Black with #DBC3DB

Text Example


Text Example

White with #DBC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC3DB; }

 p { color: rgb(219,195,219); }

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

background-color css

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

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

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

border-color css

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

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

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