#DEF3F1

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

Shades of Tranquil #DEF3F1

Tints of Tranquil #DEF3F1

Color information

#DEF3F1 (or 0xDEF3F1) is unknown color: approx Tranquil. HEX triplet: DE, F3 and F1. RGB value is (222,243,241). Sum of RGB (Red+Green+Blue) = 222+243+241=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 241 (94.53% from 255 or 34.14% from 706); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF3F1 is #210C0E. Grayscale: #ECECEC. Windows color (decimal): -2165775 or 15856606. OLE color: 15856606.

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

Color convert

RGB222243241-
CMYK0.0900.010.05
HSL174.29º46.67%91.18%-
HSV(B)174.29º8.64%95.29%-
XYZ78.0585.9895.7-
YUV236.49130.54117.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.44%
GREEN value IS 243 (95.31% from 255) = 34.42%
BLUE value IS 241 (94.53% from 255) = 34.14%
R=31.44%
G=34.42%
B=34.14%

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
Decimal2222432410.0900.010.05174.2946.6791.18
HexDEF3F19015ae2f5b
Octal3363633611101525657133
Binary110111101111001111110001100101101101011101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3F1; }

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

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

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

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

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

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

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

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