#DEF8F4

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

Shades of Tranquil #DEF8F4

Tints of Tranquil #DEF8F4

Color information

#DEF8F4 (or 0xDEF8F4) is unknown color: approx Tranquil. HEX triplet: DE, F8 and F4. RGB value is (222,248,244). Sum of RGB (Red+Green+Blue) = 222+248+244=714 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.09% from 714); Green value is 248 (97.27% from 255 or 34.73% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8F4 is #21070B. Grayscale: #EFEFEF. Windows color (decimal): -2164492 or 16054494. OLE color: 16054494.

HSL color Cylindrical-coordinate representation of color #DEF8F4: hue angle of 170.77º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8F4 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB222248244-
CMYK0.1000.020.03
HSL170.77º65%92.16%-
HSV(B)170.77º10.48%97.25%-
XYZ80.0289.298.59-
YUV239.77130.39115.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.09%
GREEN value IS 248 (97.27% from 255) = 34.73%
BLUE value IS 244 (95.70% from 255) = 34.17%
R=31.09%
G=34.73%
B=34.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222482440.1000.020.03170.776592.16
HexDEF8F4A023ab415c
Octal33637036412023253101134
Binary1101111011111000111101001010010111010101110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8F4; }

 p { color: rgb(222,248,244); }

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

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

 a { background-color: rgb(222,248,244); }

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

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

 span { border-color: rgb(222,248,244); }

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