Html Css Color HEX #DBD3CE Swiss Coffee

📋 copy color: '#DBD3CE'

red 219 ◦ green 211 ◦ blue 206

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

Shades of Swiss Coffee #DBD3CE

Tints of Swiss Coffee #DBD3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.18%

 BLUE value IS 206 (80.86% from 255) = 32.39%

R = 34.43%
G = 33.18%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBD3CE (or 0xDBD3CE) is known color: Swiss Coffee. HEX triplet: DB, D3 and CE. RGB value is (219,211,206). Sum of RGB (Red+Green+Blue) = 219+211+206=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3CE is #242C31. Grayscale: #D4D4D4. Windows color (decimal): -2370610 or 13554651. OLE color: 13554651.

HSL color Cylindrical-coordinate representation of color #DBD3CE: hue angle of 23.08º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD3CE is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 211 206 -
CMYK 0 0.04 0.06 0.14
HSL 23.08º 0.15% 0.83% -
HSV(B) 23.08º 0.06% 0.86% -
XYZ 63.65 66.1 67.8 -
YUV 212.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 219 211 206 0 0.04 0.06 0.14 23.08 0.15 0.83
Hex DB D3 CE 0 4 6 E 17 F 53
Octal 333 323 316 0 4 6 16 27 17 123
Binary 11011011 11010011 11001110 0 100 110 1110 10111 1111 1010011

Color Harmonies of #DBD3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD3CE

Black with #DBD3CE

Text Example


Text Example

White with #DBD3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD3CE; }

 p { color: rgb(219,211,206); }

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

background-color css

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

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

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

border-color css

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

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

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