#DAF1ED

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

Shades of Tranquil #DAF1ED

Tints of Tranquil #DAF1ED

Color information

#DAF1ED (or 0xDAF1ED) is unknown color: approx Tranquil. HEX triplet: DA, F1 and ED. RGB value is (218,241,237). Sum of RGB (Red+Green+Blue) = 218+241+237=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1ED is #250E12. Grayscale: #E9E9E9. Windows color (decimal): -2428435 or 15593946. OLE color: 15593946.

HSL color Cylindrical-coordinate representation of color #DAF1ED: hue angle of 169.57º degrees, saturation: 0.45, 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 #DAF1ED is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB218241237-
CMYK0.1000.020.05
HSL169.57º45.1%90%-
HSV(B)169.57º9.54%94.51%-
XYZ75.6583.9392.33-
YUV233.67129.88116.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.32%
GREEN value IS 241 (94.53% from 255) = 34.63%
BLUE value IS 237 (92.97% from 255) = 34.05%
R=31.32%
G=34.63%
B=34.05%

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
Decimal2182412370.1000.020.05169.5745.190
HexDAF1EDA025aa2d5a
Octal3323613551202525255132
Binary1101101011110001111011011010010101101010101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1ED; }

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

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

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

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

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

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

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

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