Html Css Color HEX #DBC4DC Thistle

📋 copy color: '#DBC4DC'

red 219 ◦ green 196 ◦ blue 220

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

Shades of Thistle #DBC4DC

Tints of Thistle #DBC4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.65%

R = 34.49%
G = 30.87%
B = 34.65%

CMYK

 C value IS 0.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBC4DC (or 0xDBC4DC) is known color: Thistle. HEX triplet: DB, C4 and DC. RGB value is (219,196,220). Sum of RGB (Red+Green+Blue) = 219+196+220=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4DC is #243B23. Grayscale: #CDCDCD. Windows color (decimal): -2374436 or 14468315. OLE color: 14468315.

HSL color Cylindrical-coordinate representation of color #DBC4DC: hue angle of 297.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC4DC is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 196 220 -
CMYK 0.00 0.11 0 0.14
HSL 297.5º 0.26% 0.82% -
HSV(B) 297.5º 0.11% 0.86% -
XYZ 61.87 59.71 75.97 -
YUV 205.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 219 196 220 0.00 0.11 0 0.14 297.5 0.26 0.82
Hex DB C4 DC 0 B 0 E 12A 1A 52
Octal 333 304 334 0 13 0 16 452 32 122
Binary 11011011 11000100 11011100 0 1011 0 1110 100101010 11010 1010010

Color Harmonies of #DBC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC4DC

Black with #DBC4DC

Text Example


Text Example

White with #DBC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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