#DAD0C4

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

Shades of Swirl #DAD0C4

Tints of Swirl #DAD0C4

Color information

#DAD0C4 (or 0xDAD0C4) is unknown color: approx Swirl. HEX triplet: DA, D0 and C4. RGB value is (218,208,196). Sum of RGB (Red+Green+Blue) = 218+208+196=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0C4 is #252F3B. Grayscale: #D1D1D1. Windows color (decimal): -2436924 or 12898522. OLE color: 12898522.

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

Color convert

RGB218208196-
CMYK00.050.100.15
HSL32.73º22.92%81.18%-
HSV(B)32.73º10.09%85.49%-
XYZ61.436461.34-
YUV209.62120.31133.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 208 (81.64% from 255) = 33.44%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=35.05%
G=33.44%
B=31.51%

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
Decimal21820819600.050.100.1532.7322.9281.18
HexDAD0C405AF211751
Octal3323203040512174127121
Binary110110101101000011000100010110101111100001101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0C4; }

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

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

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

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

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

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

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

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