#DAEFEA

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

Shades of Tranquil #DAEFEA

Tints of Tranquil #DAEFEA

Color information

#DAEFEA (or 0xDAEFEA) is unknown color: approx Tranquil. HEX triplet: DA, EF and EA. RGB value is (218,239,234). Sum of RGB (Red+Green+Blue) = 218+239+234=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFEA is #251015. Grayscale: #E8E8E8. Windows color (decimal): -2428950 or 15396826. OLE color: 15396826.

HSL color Cylindrical-coordinate representation of color #DAEFEA: hue angle of 165.71º 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 #DAEFEA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB218239234-
CMYK0.0900.020.06
HSL165.71º39.62%89.61%-
HSV(B)165.71º8.79%93.73%-
XYZ74.6382.5889.85-
YUV232.15129.04117.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 234 (91.80% from 255) = 33.86%
R=31.55%
G=34.59%
B=33.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392340.0900.020.06165.7139.6289.61
HexDAEFEA9026a6285a
Octal3323573521102624650132
Binary1101101011101111111010101001010110101001101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFEA; }

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

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

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

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

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

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

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

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