#DEF3F3

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

Shades of Light Cyan #DEF3F3

Tints of Light Cyan #DEF3F3

Color information

#DEF3F3 (or 0xDEF3F3) is unknown color: approx Light Cyan. HEX triplet: DE, F3 and F3. RGB value is (222,243,243). Sum of RGB (Red+Green+Blue) = 222+243+243=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 243 (95.31% from 255 or 34.32% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #DEF3F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF3F3 is #210C0C. Grayscale: #ECECEC. Windows color (decimal): -2165773 or 15987678. OLE color: 15987678.

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

Color convert

RGB222243243-
CMYK0.09000.05
HSL180º46.67%91.18%-
HSV(B)180º8.64%95.29%-
XYZ78.3586.197.28-
YUV236.72131.54117.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.36%
GREEN value IS 243 (95.31% from 255) = 34.32%
BLUE value IS 243 (95.31% from 255) = 34.32%
R=31.36%
G=34.32%
B=34.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222432430.09000.0518046.6791.18
HexDEF3F39005b42f5b
Octal3363633631100526457133
Binary110111101111001111110011100100101101101001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3F3; }

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

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

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

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

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

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

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

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