#DEFFFE

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

Shades of Light Cyan #DEFFFE

Tints of Light Cyan #DEFFFE

Color information

#DEFFFE (or 0xDEFFFE) is unknown color: approx Light Cyan. HEX triplet: DE, FF and FE. RGB value is (222,255,254). Sum of RGB (Red+Green+Blue) = 222+255+254=731 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.37% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFFE is #210001. Grayscale: #F4F4F4. Windows color (decimal): -2162690 or 16711646. OLE color: 16711646.

HSL color Cylindrical-coordinate representation of color #DEFFFE: hue angle of 178.18º 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 #DEFFFE is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB222255254-
CMYK0.1300.000
HSL178.18º100%93.53%-
HSV(B)178.18º12.94%100%-
XYZ83.7794.21107.53-
YUV245.02133.07111.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.37%
GREEN value IS 255 (100% from 255) = 34.88%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=30.37%
G=34.88%
B=34.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552540.1300.000178.1810093.53
HexDEFFFED000b2645e
Octal33637737615000262144136
Binary11011110111111111111111011010001011001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFFE; }

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

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

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

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

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

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

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

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