#DEF3EE

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

Shades of Tranquil #DEF3EE

Tints of Tranquil #DEF3EE

Color information

#DEF3EE (or 0xDEF3EE) is unknown color: approx Tranquil. HEX triplet: DE, F3 and EE. RGB value is (222,243,238). Sum of RGB (Red+Green+Blue) = 222+243+238=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 243 (95.31% from 255 or 34.57% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF3EE is #210C11. Grayscale: #ECECEC. Windows color (decimal): -2165778 or 15659998. OLE color: 15659998.

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

Color convert

RGB222243238-
CMYK0.0900.020.05
HSL165.71º46.67%91.18%-
HSV(B)165.71º8.64%95.29%-
XYZ77.6185.893.36-
YUV236.15129.04117.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.58%
GREEN value IS 243 (95.31% from 255) = 34.57%
BLUE value IS 238 (93.36% from 255) = 33.85%
R=31.58%
G=34.57%
B=33.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222432380.0900.020.05165.7146.6791.18
HexDEF3EE9025a62f5b
Octal3363633561102524657133
Binary1101111011110011111011101001010101101001101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3EE; }

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

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

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

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

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

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

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

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