#DAD0C6

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

Shades of Swirl #DAD0C6

Tints of Swirl #DAD0C6

Color information

#DAD0C6 (or 0xDAD0C6) is unknown color: approx Swirl. HEX triplet: DA, D0 and C6. RGB value is (218,208,198). Sum of RGB (Red+Green+Blue) = 218+208+198=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0C6 is #252F39. Grayscale: #D1D1D1. Windows color (decimal): -2436922 or 13029594. OLE color: 13029594.

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

Color convert

RGB218208198-
CMYK00.050.090.15
HSL30º21.28%81.57%-
HSV(B)30º9.17%85.49%-
XYZ61.6664.0962.55-
YUV209.85121.31133.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 198 (77.73% from 255) = 31.73%
R=34.94%
G=33.33%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820819800.050.090.153021.2881.57
HexDAD0C6059F1e1552
Octal3323203060511173625122
Binary11011010110100001100011001011001111111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0C6; }

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

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

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

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

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

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

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

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