#DAF4F1

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

Shades of Tranquil #DAF4F1

Tints of Tranquil #DAF4F1

Color information

#DAF4F1 (or 0xDAF4F1) is unknown color: approx Tranquil. HEX triplet: DA, F4 and F1. RGB value is (218,244,241). Sum of RGB (Red+Green+Blue) = 218+244+241=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF4F1 is #250B0E. Grayscale: #EBEBEB. Windows color (decimal): -2427663 or 15856858. OLE color: 15856858.

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

Color convert

RGB218244241-
CMYK0.1100.010.04
HSL173.08º54.17%90.59%-
HSV(B)173.08º10.66%95.69%-
XYZ77.1485.9695.74-
YUV235.88130.89115.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.01%
GREEN value IS 244 (95.70% from 255) = 34.71%
BLUE value IS 241 (94.53% from 255) = 34.28%
R=31.01%
G=34.71%
B=34.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182442410.1100.010.04173.0854.1790.59
HexDAF4F1B014ad365b
Octal3323643611301425566133
Binary110110101111010011110001101101100101011011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4F1; }

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

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

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

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

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

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

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

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