#DFFEFA

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

Shades of Light Cyan #DFFEFA

Tints of Light Cyan #DFFEFA

Color information

#DFFEFA (or 0xDFFEFA) is unknown color: approx Light Cyan. HEX triplet: DF, FE and FA. RGB value is (223,254,250). Sum of RGB (Red+Green+Blue) = 223+254+250=727 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.67% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFEFA is #200105. Grayscale: #F4F4F4. Windows color (decimal): -2097414 or 16449247. OLE color: 16449247.

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

Color convert

RGB223254250-
CMYK0.1200.020.00
HSL172.26º93.94%93.53%-
HSV(B)172.26º12.2%99.61%-
XYZ83.1393.47104.1-
YUV244.27131.23112.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.67%
GREEN value IS 254 (99.61% from 255) = 34.94%
BLUE value IS 250 (98.05% from 255) = 34.39%
R=30.67%
G=34.94%
B=34.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232542500.1200.020.00172.2693.9493.53
HexDFFEFAC020ac5e5e
Octal33737637214020254136136
Binary110111111111111011111010110001001010110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFEFA; }

 p { color: rgb(223,254,250); }

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

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

 a { background-color: rgb(223,254,250); }

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

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

 span { border-color: rgb(223,254,250); }

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