#DAD2CC

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

Shades of Swiss Coffee #DAD2CC

Tints of Swiss Coffee #DAD2CC

Color information

#DAD2CC (or 0xDAD2CC) is unknown color: approx Swiss Coffee. HEX triplet: DA, D2 and CC. RGB value is (218,210,204). Sum of RGB (Red+Green+Blue) = 218+210+204=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2CC is #252D33. Grayscale: #D3D3D3. Windows color (decimal): -2436404 or 13423322. OLE color: 13423322.

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

Color convert

RGB218210204-
CMYK00.040.060.15
HSL25.71º15.91%82.75%-
HSV(B)25.71º6.42%85.49%-
XYZ62.8665.3666.43-
YUV211.71123.65132.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 210 (82.42% from 255) = 33.23%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=34.49%
G=33.23%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821020400.040.060.1525.7115.9182.75
HexDAD2CC046F1a1053
Octal332322314046173220123
Binary1101101011010010110011000100110111111010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2CC; }

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

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

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

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

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

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

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

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