#DAD1CB

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

Shades of Swiss Coffee #DAD1CB

Tints of Swiss Coffee #DAD1CB

Color information

#DAD1CB (or 0xDAD1CB) is unknown color: approx Swiss Coffee. HEX triplet: DA, D1 and CB. RGB value is (218,209,203). Sum of RGB (Red+Green+Blue) = 218+209+203=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1CB is #252E34. Grayscale: #D3D3D3. Windows color (decimal): -2436661 or 13357530. OLE color: 13357530.

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

Color convert

RGB218209203-
CMYK00.040.070.15
HSL24º16.85%82.55%-
HSV(B)24º6.88%85.49%-
XYZ62.4964.8265.72-
YUV211.01123.48132.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=34.60%
G=33.17%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820920300.040.070.152416.8582.55
HexDAD1CB047F181153
Octal332321313047173021123
Binary1101101011010001110010110100111111111000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1CB; }

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

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

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

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

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

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

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

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