#DFF3F2

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

Shades of Light Cyan #DFF3F2

Tints of Light Cyan #DFF3F2

Color information

#DFF3F2 (or 0xDFF3F2) is unknown color: approx Light Cyan. HEX triplet: DF, F3 and F2. RGB value is (223,243,242). Sum of RGB (Red+Green+Blue) = 223+243+242=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 243 (95.31% from 255 or 34.32% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3F2 is #200C0D. Grayscale: #ECECEC. Windows color (decimal): -2100238 or 15922143. OLE color: 15922143.

HSL color Cylindrical-coordinate representation of color #DFF3F2: hue angle of 177º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF3F2 is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB223243242-
CMYK0.0800.000.05
HSL177º45.45%91.37%-
HSV(B)177º8.23%95.29%-
XYZ78.5186.296.5-
YUV236.91130.87118.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.50%
GREEN value IS 243 (95.31% from 255) = 34.32%
BLUE value IS 242 (94.92% from 255) = 34.18%
R=31.50%
G=34.32%
B=34.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232432420.0800.000.0517745.4591.37
HexDFF3F28005b12d5b
Octal3373633621000526155133
Binary110111111111001111110010100000101101100011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3F2; }

 p { color: rgb(223,243,242); }

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

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

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

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

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

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

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