#DFFCFE

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

Shades of Light Cyan #DFFCFE

Tints of Light Cyan #DFFCFE

Color information

#DFFCFE (or 0xDFFCFE) is unknown color: approx Light Cyan. HEX triplet: DF, FC and FE. RGB value is (223,252,254). Sum of RGB (Red+Green+Blue) = 223+252+254=729 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.59% from 729); Green value is 252 (98.83% from 255 or 34.57% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFFCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCFE is #200301. Grayscale: #F3F3F3. Windows color (decimal): -2097922 or 16710879. OLE color: 16710879.

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

Color convert

RGB223252254-
CMYK0.120.0100.00
HSL183.87º93.94%93.53%-
HSV(B)183.87º12.2%99.61%-
XYZ83.1392.46107.23-
YUV243.56133.89113.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.59%
GREEN value IS 252 (98.83% from 255) = 34.57%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=30.59%
G=34.57%
B=34.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232522540.120.0100.00183.8793.9493.53
HexDFFCFEC100b85e5e
Octal33737437614100270136136
Binary11011111111111001111111011001001011100010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCFE; }

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

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

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

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

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

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

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

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