#DADFB1

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

Shades of Tusk #DADFB1

Tints of Tusk #DADFB1

Color information

#DADFB1 (or 0xDADFB1) is unknown color: approx Tusk. HEX triplet: DA, DF and B1. RGB value is (218,223,177). Sum of RGB (Red+Green+Blue) = 218+223+177=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADFB1 is #25204E. Grayscale: #D8D8D8. Windows color (decimal): -2433103 or 11657178. OLE color: 11657178.

HSL color Cylindrical-coordinate representation of color #DADFB1: hue angle of 66.52º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DADFB1 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB218223177-
CMYK0.0200.210.13
HSL66.52º41.82%78.43%-
HSV(B)66.52º20.63%87.45%-
XYZ63.2470.8651.94-
YUV216.26105.84129.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 177 (69.53% from 255) = 28.64%
R=35.28%
G=36.08%
B=28.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231770.0200.210.1366.5241.8278.43
HexDADFB12015D432a4e
Octal33233726120251510352116
Binary11011010110111111011000110010101110110000111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFB1; }

 p { color: rgb(218,223,177); }

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

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

 a { background-color: rgb(218,223,177); }

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

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

 span { border-color: rgb(218,223,177); }

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