#DAF7F0

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

Shades of Tranquil #DAF7F0

Tints of Tranquil #DAF7F0

Color information

#DAF7F0 (or 0xDAF7F0) is unknown color: approx Tranquil. HEX triplet: DA, F7 and F0. RGB value is (218,247,240). Sum of RGB (Red+Green+Blue) = 218+247+240=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF7F0 is #25080F. Grayscale: #EDEDED. Windows color (decimal): -2426896 or 15792090. OLE color: 15792090.

HSL color Cylindrical-coordinate representation of color #DAF7F0: hue angle of 165.52º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF7F0 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB218247240-
CMYK0.1200.030.03
HSL165.52º64.44%91.18%-
HSV(B)165.52º11.74%96.86%-
XYZ77.987.7295.26-
YUV237.53129.39114.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.92%
GREEN value IS 247 (96.88% from 255) = 35.04%
BLUE value IS 240 (94.14% from 255) = 34.04%
R=30.92%
G=35.04%
B=34.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182472400.1200.030.03165.5264.4491.18
HexDAF7F0C033a6405b
Octal33236736014033246100133
Binary1101101011110111111100001100011111010011010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7F0; }

 p { color: rgb(218,247,240); }

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

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

 a { background-color: rgb(218,247,240); }

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

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

 span { border-color: rgb(218,247,240); }

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