Html Css Color HEX #DBD1CB Swiss Coffee

📋 copy color: '#DBD1CB'

red 219 ◦ green 209 ◦ blue 203

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

Shades of Swiss Coffee #DBD1CB

Tints of Swiss Coffee #DBD1CB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.12%

 BLUE value IS 203 (79.69% from 255) = 32.17%

R = 34.71%
G = 33.12%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBD1CB (or 0xDBD1CB) is known color: Swiss Coffee. HEX triplet: DB, D1 and CB. RGB value is (219,209,203). Sum of RGB (Red+Green+Blue) = 219+209+203=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1CB is #242E34. Grayscale: #D3D3D3. Windows color (decimal): -2371125 or 13357531. OLE color: 13357531.

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

Color convert

RGB 219 209 203 -
CMYK 0 0.05 0.07 0.14
HSL 22.5º 0.18% 0.83% -
HSV(B) 22.5º 0.07% 0.86% -
XYZ 62.79 64.97 65.73 -
YUV 211.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 219 209 203 0 0.05 0.07 0.14 22.5 0.18 0.83
Hex DB D1 CB 0 5 7 E 16 12 53
Octal 333 321 313 0 5 7 16 26 22 123
Binary 11011011 11010001 11001011 0 101 111 1110 10110 10010 1010011

Color Harmonies of #DBD1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD1CB

Black with #DBD1CB

Text Example


Text Example

White with #DBD1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD1CB; }

 p { color: rgb(219,209,203); }

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

background-color css

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

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

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

border-color css

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

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

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