#DAEDE9

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

Shades of Tranquil #DAEDE9

Tints of Tranquil #DAEDE9

Color information

#DAEDE9 (or 0xDAEDE9) is unknown color: approx Tranquil. HEX triplet: DA, ED and E9. RGB value is (218,237,233). Sum of RGB (Red+Green+Blue) = 218+237+233=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDE9 is #251216. Grayscale: #E6E6E6. Windows color (decimal): -2429463 or 15330778. OLE color: 15330778.

HSL color Cylindrical-coordinate representation of color #DAEDE9: hue angle of 167.37º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEDE9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB218237233-
CMYK0.0800.020.07
HSL167.37º34.55%89.22%-
HSV(B)167.37º8.02%92.94%-
XYZ73.9181.3688.9-
YUV230.86129.21118.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 233 (91.41% from 255) = 33.87%
R=31.69%
G=34.45%
B=33.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182372330.0800.020.07167.3734.5589.22
HexDAEDE98027a72359
Octal3323553511002724743131
Binary1101101011101101111010011000010111101001111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDE9; }

 p { color: rgb(218,237,233); }

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

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

 a { background-color: rgb(218,237,233); }

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

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

 span { border-color: rgb(218,237,233); }

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