#DAD3CF

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

Shades of Swiss Coffee #DAD3CF

Tints of Swiss Coffee #DAD3CF

Color information

#DAD3CF (or 0xDAD3CF) is unknown color: approx Swiss Coffee. HEX triplet: DA, D3 and CF. RGB value is (218,211,207). Sum of RGB (Red+Green+Blue) = 218+211+207=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3CF is #252C30. Grayscale: #D4D4D4. Windows color (decimal): -2436145 or 13620186. OLE color: 13620186.

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

Color convert

RGB218211207-
CMYK00.030.050.15
HSL21.82º12.94%83.33%-
HSV(B)21.82º5.05%85.49%-
XYZ63.476668.43-
YUV212.64124.82131.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 211 (82.81% from 255) = 33.18%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=34.28%
G=33.18%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821120700.030.050.1521.8212.9483.33
HexDAD3CF035F16d53
Octal332323317035172615123
Binary11011010110100111100111101110111111011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3CF; }

 p { color: rgb(218,211,207); }

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

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

 a { background-color: rgb(218,211,207); }

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

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

 span { border-color: rgb(218,211,207); }

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