#DAD1C7

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

Shades of Swirl #DAD1C7

Tints of Swirl #DAD1C7

Color information

#DAD1C7 (or 0xDAD1C7) is unknown color: approx Swirl. HEX triplet: DA, D1 and C7. RGB value is (218,209,199). Sum of RGB (Red+Green+Blue) = 218+209+199=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1C7 is #252E38. Grayscale: #D2D2D2. Windows color (decimal): -2436665 or 13095386. OLE color: 13095386.

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

Color convert

RGB218209199-
CMYK00.040.090.15
HSL31.58º20.43%81.76%-
HSV(B)31.58º8.72%85.49%-
XYZ62.0264.6363.24-
YUV210.55121.48133.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=34.82%
G=33.39%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820919900.040.090.1531.5820.4381.76
HexDAD1C7049F201452
Octal3323213070411174024122
Binary110110101101000111000111010010011111100000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1C7; }

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

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

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

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

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

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

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

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