#DAD0C5

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

Shades of Swirl #DAD0C5

Tints of Swirl #DAD0C5

Color information

#DAD0C5 (or 0xDAD0C5) is unknown color: approx Swirl. HEX triplet: DA, D0 and C5. RGB value is (218,208,197). Sum of RGB (Red+Green+Blue) = 218+208+197=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0C5 is #252F3A. Grayscale: #D1D1D1. Windows color (decimal): -2436923 or 12964058. OLE color: 12964058.

HSL color Cylindrical-coordinate representation of color #DAD0C5: hue angle of 31.43º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAD0C5 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218208197-
CMYK00.050.100.15
HSL31.43º22.11%81.37%-
HSV(B)31.43º9.63%85.49%-
XYZ61.5564.0561.94-
YUV209.74120.81133.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=34.99%
G=33.39%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820819700.050.100.1531.4322.1181.37
HexDAD0C505AF1f1651
Octal3323203050512173726121
Binary11011010110100001100010101011010111111111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0C5; }

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

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

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

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

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

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

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

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