#DAD0CC

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

Shades of Swiss Coffee #DAD0CC

Tints of Swiss Coffee #DAD0CC

Color information

#DAD0CC (or 0xDAD0CC) is unknown color: approx Swiss Coffee. HEX triplet: DA, D0 and CC. RGB value is (218,208,204). Sum of RGB (Red+Green+Blue) = 218+208+204=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0CC is #252F33. Grayscale: #D2D2D2. Windows color (decimal): -2436916 or 13422810. OLE color: 13422810.

HSL color Cylindrical-coordinate representation of color #DAD0CC: hue angle of 17.14º degrees, saturation: 0.16, 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 #DAD0CC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218208204-
CMYK00.050.060.15
HSL17.14º15.91%82.75%-
HSV(B)17.14º6.42%85.49%-
XYZ62.3764.3866.27-
YUV210.53124.31133.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 208 (81.64% from 255) = 33.02%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=34.60%
G=33.02%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820820400.050.060.1517.1415.9182.75
HexDAD0CC056F111053
Octal332320314056172120123
Binary1101101011010000110011000101110111110001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0CC; }

 p { color: rgb(218,208,204); }

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

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

 a { background-color: rgb(218,208,204); }

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

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

 span { border-color: rgb(218,208,204); }

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