#DEF5F0

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

Shades of Tranquil #DEF5F0

Tints of Tranquil #DEF5F0

Color information

#DEF5F0 (or 0xDEF5F0) is unknown color: approx Tranquil. HEX triplet: DE, F5 and F0. RGB value is (222,245,240). Sum of RGB (Red+Green+Blue) = 222+245+240=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5F0 is #210A0F. Grayscale: #EDEDED. Windows color (decimal): -2165264 or 15791582. OLE color: 15791582.

HSL color Cylindrical-coordinate representation of color #DEF5F0: hue angle of 166.96º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF5F0 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB222245240-
CMYK0.0900.020.04
HSL166.96º53.49%91.57%-
HSV(B)166.96º9.39%96.08%-
XYZ78.587.1395.12-
YUV237.55129.38116.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 245 (96.09% from 255) = 34.65%
BLUE value IS 240 (94.14% from 255) = 33.95%
R=31.40%
G=34.65%
B=33.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222452400.0900.020.04166.9653.4991.57
HexDEF5F09024a7355c
Octal3363653601102424765134
Binary1101111011110101111100001001010100101001111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5F0; }

 p { color: rgb(222,245,240); }

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

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

 a { background-color: rgb(222,245,240); }

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

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

 span { border-color: rgb(222,245,240); }

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