#DAD8D7

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

Shades of Bon Jour #DAD8D7

Tints of Bon Jour #DAD8D7

Color information

#DAD8D7 (or 0xDAD8D7) is unknown color: approx Bon Jour. HEX triplet: DA, D8 and D7. RGB value is (218,216,215). Sum of RGB (Red+Green+Blue) = 218+216+215=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8D7 is #252728. Grayscale: #D8D8D8. Windows color (decimal): -2434857 or 14145754. OLE color: 14145754.

HSL color Cylindrical-coordinate representation of color #DAD8D7: hue angle of 20º degrees, saturation: 0.04, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DAD8D7 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218216215-
CMYK00.010.010.15
HSL20º3.9%84.9%-
HSV(B)20º1.38%85.49%-
XYZ65.7468.9274.13-
YUV216.48127.16129.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 216 (84.77% from 255) = 33.28%
BLUE value IS 215 (84.38% from 255) = 33.13%
R=33.59%
G=33.28%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821621500.010.010.15203.984.9
HexDAD8D7011F14455
Octal33233032701117244125
Binary1101101011011000110101110111111101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8D7; }

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

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

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

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

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

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

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

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