#DAD4D1

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

Shades of Bon Jour #DAD4D1

Tints of Bon Jour #DAD4D1

Color information

#DAD4D1 (or 0xDAD4D1) is unknown color: approx Bon Jour. HEX triplet: DA, D4 and D1. RGB value is (218,212,209). Sum of RGB (Red+Green+Blue) = 218+212+209=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4D1 is #252B2E. Grayscale: #D5D5D5. Windows color (decimal): -2435887 or 13751514. OLE color: 13751514.

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

Color convert

RGB218212209-
CMYK00.030.040.15
HSL20º10.84%83.73%-
HSV(B)20º4.13%85.49%-
XYZ63.9766.669.8-
YUV213.45125.49131.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=34.12%
G=33.18%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821220900.030.040.152010.8483.73
HexDAD4D1034F14b54
Octal332324321034172413124
Binary11011010110101001101000101110011111010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4D1; }

 p { color: rgb(218,212,209); }

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

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

 a { background-color: rgb(218,212,209); }

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

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

 span { border-color: rgb(218,212,209); }

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