#dad8c4

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

Shades of Loafer #DAD8C4

Tints of Loafer #DAD8C4

Color information

#DAD8C4 (or 0xDAD8C4) is unknown color: approx Loafer. HEX triplet: DA, D8 and C4. RGB value is (218,216,196). Sum of RGB (Red+Green+Blue) = 218+216+196=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8C4 is #25273B. Grayscale: #D6D6D6. Windows color (decimal): -2434876 or 12900570. OLE color: 12900570.

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

Color convert

RGB218216196-
CMYK00.010.100.15
HSL54.55º22.92%81.18%-
HSV(B)54.55º10.09%85.49%-
XYZ63.436862.01-
YUV214.32117.66130.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 196 (76.95% from 255) = 31.11%
R=34.60%
G=34.29%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821619600.010.100.1554.5522.9281.18
HexDAD8C401AF371751
Octal3323303040112176727121
Binary1101101011011000110001000110101111110111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dad8c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dad8c4; }

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

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

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

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

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

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

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

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