Html Css Color HEX #DBC4DB Thistle

📋 copy color: '#DBC4DB'

red 219 ◦ green 196 ◦ blue 219

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

Shades of Thistle #DBC4DB

Tints of Thistle #DBC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.91%

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

R = 34.54%
G = 30.91%
B = 34.54%

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

#DBC4DB (or 0xDBC4DB) is known color: Thistle. HEX triplet: DB, C4 and DB. RGB value is (219,196,219). Sum of RGB (Red+Green+Blue) = 219+196+219=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4DB is #243B24. Grayscale: #CDCDCD. Windows color (decimal): -2374437 or 14402779. OLE color: 14402779.

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

Color convert

RGB 219 196 219 -
CMYK 0 0.11 0 0.14
HSL 300º 0.24% 0.81% -
HSV(B) 300º 0.11% 0.86% -
XYZ 61.74 59.65 75.28 -
YUV 205.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 219 196 219 0 0.11 0 0.14 300 0.24 0.81
Hex DB C4 DB 0 B 0 E 12C 18 51
Octal 333 304 333 0 13 0 16 454 30 121
Binary 11011011 11000100 11011011 0 1011 0 1110 100101100 11000 1010001

Color Harmonies of #DBC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC4DB

Black with #DBC4DB

Text Example


Text Example

White with #DBC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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