#DAF5EF

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

Shades of Tranquil #DAF5EF

Tints of Tranquil #DAF5EF

Color information

#DAF5EF (or 0xDAF5EF) is unknown color: approx Tranquil. HEX triplet: DA, F5 and EF. RGB value is (218,245,239). Sum of RGB (Red+Green+Blue) = 218+245+239=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5EF is #250A10. Grayscale: #ECECEC. Windows color (decimal): -2427409 or 15726042. OLE color: 15726042.

HSL color Cylindrical-coordinate representation of color #DAF5EF: hue angle of 166.67º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF5EF is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB218245239-
CMYK0.1100.020.04
HSL166.67º57.45%90.78%-
HSV(B)166.67º11.02%96.08%-
XYZ77.1586.4494.28-
YUV236.24129.55114.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 239 (93.75% from 255) = 34.05%
R=31.05%
G=34.90%
B=34.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182452390.1100.020.04166.6757.4590.78
HexDAF5EFB024a7395b
Octal3323653571302424771133
Binary1101101011110101111011111011010100101001111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5EF; }

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

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

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

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

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

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

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

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