#DEF9F2

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

Shades of Clear Day #DEF9F2

Tints of Clear Day #DEF9F2

Color information

#DEF9F2 (or 0xDEF9F2) is unknown color: approx Clear Day. HEX triplet: DE, F9 and F2. RGB value is (222,249,242). Sum of RGB (Red+Green+Blue) = 222+249+242=713 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.14% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF9F2 is #21060D. Grayscale: #F0F0F0. Windows color (decimal): -2164238 or 15923678. OLE color: 15923678.

HSL color Cylindrical-coordinate representation of color #DEF9F2: hue angle of 164.44º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF9F2 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB222249242-
CMYK0.1100.030.02
HSL164.44º69.23%92.35%-
HSV(B)164.44º10.84%97.65%-
XYZ80.0389.6997.1-
YUV240.13129.05115.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.14%
GREEN value IS 249 (97.66% from 255) = 34.92%
BLUE value IS 242 (94.92% from 255) = 33.94%
R=31.14%
G=34.92%
B=33.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222492420.1100.030.02164.4469.2392.35
HexDEF9F2B032a4455c
Octal33637136213032244105134
Binary1101111011111001111100101011011101010010010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9F2; }

 p { color: rgb(222,249,242); }

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

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

 a { background-color: rgb(222,249,242); }

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

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

 span { border-color: rgb(222,249,242); }

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