#DEF3F0

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

Shades of Tranquil #DEF3F0

Tints of Tranquil #DEF3F0

Color information

#DEF3F0 (or 0xDEF3F0) is unknown color: approx Tranquil. HEX triplet: DE, F3 and F0. RGB value is (222,243,240). Sum of RGB (Red+Green+Blue) = 222+243+240=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 243 (95.31% from 255 or 34.47% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF3F0 is #210C0F. Grayscale: #ECECEC. Windows color (decimal): -2165776 or 15791070. OLE color: 15791070.

HSL color Cylindrical-coordinate representation of color #DEF3F0: hue angle of 171.43º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF3F0 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB222243240-
CMYK0.0900.010.05
HSL171.43º46.67%91.18%-
HSV(B)171.43º8.64%95.29%-
XYZ77.985.9294.92-
YUV236.38130.04117.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.49%
GREEN value IS 243 (95.31% from 255) = 34.47%
BLUE value IS 240 (94.14% from 255) = 34.04%
R=31.49%
G=34.47%
B=34.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222432400.0900.010.05171.4346.6791.18
HexDEF3F09015ab2f5b
Octal3363633601101525357133
Binary110111101111001111110000100101101101010111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3F0; }

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

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

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

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

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

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

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

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