#DEFFF8

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

Shades of Light Cyan #DEFFF8

Tints of Light Cyan #DEFFF8

Color information

#DEFFF8 (or 0xDEFFF8) is unknown color: approx Light Cyan. HEX triplet: DE, FF and F8. RGB value is (222,255,248). Sum of RGB (Red+Green+Blue) = 222+255+248=725 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.62% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFF8 is #210007. Grayscale: #F4F4F4. Windows color (decimal): -2162696 or 16318430. OLE color: 16318430.

HSL color Cylindrical-coordinate representation of color #DEFFF8: hue angle of 167.27º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFFF8 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB222255248-
CMYK0.1300.030
HSL167.27º100%93.53%-
HSV(B)167.27º12.94%100%-
XYZ82.8393.83102.55-
YUV244.33130.07112.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.62%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 248 (97.27% from 255) = 34.21%
R=30.62%
G=35.17%
B=34.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552480.1300.030167.2710093.53
HexDEFFF8D030a7645e
Octal33637737015030247144136
Binary110111101111111111111000110101101010011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFF8; }

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

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

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

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

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

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

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

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