#DAD3CE

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

Shades of Swiss Coffee #DAD3CE

Tints of Swiss Coffee #DAD3CE

Color information

#DAD3CE (or 0xDAD3CE) is unknown color: approx Swiss Coffee. HEX triplet: DA, D3 and CE. RGB value is (218,211,206). Sum of RGB (Red+Green+Blue) = 218+211+206=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3CE is #252C31. Grayscale: #D4D4D4. Windows color (decimal): -2436146 or 13554650. OLE color: 13554650.

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

Color convert

RGB218211206-
CMYK00.030.060.15
HSL25º13.95%83.14%-
HSV(B)25º5.5%85.49%-
XYZ63.3565.9567.78-
YUV212.52124.32131.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 211 (82.81% from 255) = 33.23%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=34.33%
G=33.23%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821120600.030.060.152513.9583.14
HexDAD3CE036F19e53
Octal332323316036173116123
Binary11011010110100111100111001111011111100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3CE; }

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

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

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

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

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

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

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

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