#DAE1DF

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

Shades of Tranquil #DAE1DF

Tints of Tranquil #DAE1DF

Color information

#DAE1DF (or 0xDAE1DF) is unknown color: approx Tranquil. HEX triplet: DA, E1 and DF. RGB value is (218,225,223). Sum of RGB (Red+Green+Blue) = 218+225+223=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1DF is #251E20. Grayscale: #DEDEDE. Windows color (decimal): -2432545 or 14672346. OLE color: 14672346.

HSL color Cylindrical-coordinate representation of color #DAE1DF: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAE1DF is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB218225223-
CMYK0.0300.010.12
HSL162.86º10.45%86.86%-
HSV(B)162.86º3.11%88.24%-
XYZ69.1674.0880.47-
YUV222.68128.18124.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 223 (87.5% from 255) = 33.48%
R=32.73%
G=33.78%
B=33.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182252230.0300.010.12162.8610.4586.86
HexDAE1DF301Ca3a57
Octal3323413373011424312127
Binary110110101110000111011111110111001010001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1DF; }

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

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

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

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

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

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

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

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