#DEFFFD

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

Shades of Light Cyan #DEFFFD

Tints of Light Cyan #DEFFFD

Color information

#DEFFFD (or 0xDEFFFD) is unknown color: approx Light Cyan. HEX triplet: DE, FF and FD. RGB value is (222,255,253). Sum of RGB (Red+Green+Blue) = 222+255+253=730 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.41% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFFD is #210002. Grayscale: #F4F4F4. Windows color (decimal): -2162691 or 16646110. OLE color: 16646110.

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

Color convert

RGB222255253-
CMYK0.1300.010
HSL176.36º100%93.53%-
HSV(B)176.36º12.94%100%-
XYZ83.6194.14106.69-
YUV244.9132.57111.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.41%
GREEN value IS 255 (100% from 255) = 34.93%
BLUE value IS 253 (99.22% from 255) = 34.66%
R=30.41%
G=34.93%
B=34.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552530.1300.010176.3610093.53
HexDEFFFDD010b0645e
Octal33637737515010260144136
Binary11011110111111111111110111010101011000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFFD; }

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

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

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

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

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

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

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

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