#DBCCC4

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

Shades of Swiss Coffee #DBCCC4

Tints of Swiss Coffee #DBCCC4

Color information

#DBCCC4 (or 0xDBCCC4) is unknown color: approx Swiss Coffee. HEX triplet: DB, CC and C4. RGB value is (219,204,196). Sum of RGB (Red+Green+Blue) = 219+204+196=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC4 is #24333B. Grayscale: #CFCFCF. Windows color (decimal): -2372412 or 12897499. OLE color: 12897499.

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

Color convert

RGB219204196-
CMYK00.070.110.14
HSL20.87º24.21%81.37%-
HSV(B)20.87º10.5%85.88%-
XYZ60.7762.2361.03-
YUV207.57121.47136.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=35.38%
G=32.96%
B=31.66%

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
Decimal21920419600.070.110.1420.8724.2181.37
HexDBCCC407BE151851
Octal3333143040713162530121
Binary11011011110011001100010001111011111010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCC4; }

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

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

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

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

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

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

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

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