#DAF4EF

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

Shades of Tranquil #DAF4EF

Tints of Tranquil #DAF4EF

Color information

#DAF4EF (or 0xDAF4EF) is unknown color: approx Tranquil. HEX triplet: DA, F4 and EF. RGB value is (218,244,239). Sum of RGB (Red+Green+Blue) = 218+244+239=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF4EF is #250B10. Grayscale: #EBEBEB. Windows color (decimal): -2427665 or 15725786. OLE color: 15725786.

HSL color Cylindrical-coordinate representation of color #DAF4EF: hue angle of 168.46º degrees, saturation: 0.54, 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 #DAF4EF is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB218244239-
CMYK0.1100.020.04
HSL168.46º54.17%90.59%-
HSV(B)168.46º10.66%95.69%-
XYZ76.8485.8494.18-
YUV235.66129.89115.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.10%
GREEN value IS 244 (95.70% from 255) = 34.81%
BLUE value IS 239 (93.75% from 255) = 34.09%
R=31.10%
G=34.81%
B=34.09%

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
Decimal2182442390.1100.020.04168.4654.1790.59
HexDAF4EFB024a8365b
Octal3323643571302425066133
Binary1101101011110100111011111011010100101010001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4EF; }

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

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

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

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

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

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

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

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