#DAF2ED

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

Shades of Tranquil #DAF2ED

Tints of Tranquil #DAF2ED

Color information

#DAF2ED (or 0xDAF2ED) is unknown color: approx Tranquil. HEX triplet: DA, F2 and ED. RGB value is (218,242,237). Sum of RGB (Red+Green+Blue) = 218+242+237=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2ED is #250D12. Grayscale: #EAEAEA. Windows color (decimal): -2428179 or 15594202. OLE color: 15594202.

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

Color convert

RGB218242237-
CMYK0.1000.020.05
HSL167.5º48%90.2%-
HSV(B)167.5º9.92%94.9%-
XYZ75.9584.5292.43-
YUV234.25129.55116.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.28%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=31.28%
G=34.72%
B=34.00%

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
Decimal2182422370.1000.020.05167.54890.2
HexDAF2EDA025a8305a
Octal3323623551202525060132
Binary1101101011110010111011011010010101101010001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2ED; }

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

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

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

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

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

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

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

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