#DAF4EE

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

Shades of Tranquil #DAF4EE

Tints of Tranquil #DAF4EE

Color information

#DAF4EE (or 0xDAF4EE) is unknown color: approx Tranquil. HEX triplet: DA, F4 and EE. RGB value is (218,244,238). Sum of RGB (Red+Green+Blue) = 218+244+238=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 244 (95.70% from 255 or 34.86% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF4EE is #250B11. Grayscale: #EBEBEB. Windows color (decimal): -2427666 or 15660250. OLE color: 15660250.

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

Color convert

RGB218244238-
CMYK0.1100.020.04
HSL166.15º54.17%90.59%-
HSV(B)166.15º10.66%95.69%-
XYZ76.785.7893.4-
YUV235.54129.39115.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.14%
GREEN value IS 244 (95.70% from 255) = 34.86%
BLUE value IS 238 (93.36% from 255) = 34%
R=31.14%
G=34.86%
B=34%

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
Decimal2182442380.1100.020.04166.1554.1790.59
HexDAF4EEB024a6365b
Octal3323643561302424666133
Binary1101101011110100111011101011010100101001101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4EE; }

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

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

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

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

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

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

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

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