#DAD5D2

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

Shades of Bon Jour #DAD5D2

Tints of Bon Jour #DAD5D2

Color information

#DAD5D2 (or 0xDAD5D2) is unknown color: approx Bon Jour. HEX triplet: DA, D5 and D2. RGB value is (218,213,210). Sum of RGB (Red+Green+Blue) = 218+213+210=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5D2 is #252A2D. Grayscale: #D6D6D6. Windows color (decimal): -2435630 or 13817306. OLE color: 13817306.

HSL color Cylindrical-coordinate representation of color #DAD5D2: hue angle of 22.5º degrees, saturation: 0.1, 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 #DAD5D2 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218213210-
CMYK00.020.040.15
HSL22.5º9.76%83.92%-
HSV(B)22.5º3.67%85.49%-
XYZ64.3467.1570.54-
YUV214.15125.66130.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 210 (82.42% from 255) = 32.76%
R=34.01%
G=33.23%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821321000.020.040.1522.59.7683.92
HexDAD5D2024F17a54
Octal332325322024172712124
Binary11011010110101011101001001010011111011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5D2; }

 p { color: rgb(218,213,210); }

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

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

 a { background-color: rgb(218,213,210); }

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

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

 span { border-color: rgb(218,213,210); }

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