#DBCCC3

Color #DBCCC3 Swiss Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swiss Coffee #DBCCC3

Tints of Swiss Coffee #DBCCC3

Color information

#DBCCC3 (or 0xDBCCC3) is unknown color: approx Swiss Coffee. HEX triplet: DB, CC and C3. RGB value is (219,204,195). Sum of RGB (Red+Green+Blue) = 219+204+195=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC3 is #24333C. Grayscale: #CFCFCF. Windows color (decimal): -2372413 or 12831963. OLE color: 12831963.

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

Color convert

RGB219204195-
CMYK00.070.110.14
HSL22.5º25%81.18%-
HSV(B)22.5º10.96%85.88%-
XYZ60.6662.1960.44-
YUV207.46120.97136.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 195 (76.56% from 255) = 31.55%
R=35.44%
G=33.01%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920419500.070.110.1422.52581.18
HexDBCCC307BE171951
Octal3333143030713162731121
Binary11011011110011001100001101111011111010111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCC3; }

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

 H1.HeaderClassName
 {
   color: #DBCCC3;
 }
 .AnyTagClassName
 {
   color: #DBCCC3;
 }
</style>
background-color css

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

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

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

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

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

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