#DAF2EE

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

Shades of Tranquil #DAF2EE

Tints of Tranquil #DAF2EE

Color information

#DAF2EE (or 0xDAF2EE) is unknown color: approx Tranquil. HEX triplet: DA, F2 and EE. RGB value is (218,242,238). Sum of RGB (Red+Green+Blue) = 218+242+238=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2EE is #250D11. Grayscale: #EAEAEA. Windows color (decimal): -2428178 or 15659738. OLE color: 15659738.

HSL color Cylindrical-coordinate representation of color #DAF2EE: hue angle of 170º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF2EE is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB218242238-
CMYK0.1000.020.05
HSL170º48%90.2%-
HSV(B)170º9.92%94.9%-
XYZ76.184.5893.2-
YUV234.37130.05116.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.23%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 238 (93.36% from 255) = 34.10%
R=31.23%
G=34.67%
B=34.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182422380.1000.020.051704890.2
HexDAF2EEA025aa305a
Octal3323623561202525260132
Binary1101101011110010111011101010010101101010101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2EE; }

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

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

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

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

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

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

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

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