#DAEFE9

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

Shades of Tranquil #DAEFE9

Tints of Tranquil #DAEFE9

Color information

#DAEFE9 (or 0xDAEFE9) is unknown color: approx Tranquil. HEX triplet: DA, EF and E9. RGB value is (218,239,233). Sum of RGB (Red+Green+Blue) = 218+239+233=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFE9 is #251016. Grayscale: #E8E8E8. Windows color (decimal): -2428951 or 15331290. OLE color: 15331290.

HSL color Cylindrical-coordinate representation of color #DAEFE9: hue angle of 162.86º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFE9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB218239233-
CMYK0.0900.030.06
HSL162.86º39.62%89.61%-
HSV(B)162.86º8.79%93.73%-
XYZ74.4982.5289.09-
YUV232.04128.54117.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 233 (91.41% from 255) = 33.77%
R=31.59%
G=34.64%
B=33.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392330.0900.030.06162.8639.6289.61
HexDAEFE99036a3285a
Octal3323573511103624350132
Binary1101101011101111111010011001011110101000111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFE9; }

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

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

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

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

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

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

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

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