#DAF3ED

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

Shades of Tranquil #DAF3ED

Tints of Tranquil #DAF3ED

Color information

#DAF3ED (or 0xDAF3ED) is unknown color: approx Tranquil. HEX triplet: DA, F3 and ED. RGB value is (218,243,237). Sum of RGB (Red+Green+Blue) = 218+243+237=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF3ED is #250C12. Grayscale: #EAEAEA. Windows color (decimal): -2427923 or 15594458. OLE color: 15594458.

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

Color convert

RGB218243237-
CMYK0.1000.020.05
HSL165.6º51.02%90.39%-
HSV(B)165.6º10.29%95.29%-
XYZ76.2585.1292.53-
YUV234.84129.22115.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.23%
GREEN value IS 243 (95.31% from 255) = 34.81%
BLUE value IS 237 (92.97% from 255) = 33.95%
R=31.23%
G=34.81%
B=33.95%

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
Decimal2182432370.1000.020.05165.651.0290.39
HexDAF3EDA025a6335a
Octal3323633551202524663132
Binary1101101011110011111011011010010101101001101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3ED; }

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

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

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

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

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

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

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

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