#DFFFFE

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

Shades of Light Cyan #DFFFFE

Tints of Light Cyan #DFFFFE

Color information

#DFFFFE (or 0xDFFFFE) is unknown color: approx Light Cyan. HEX triplet: DF, FF and FE. RGB value is (223,255,254). Sum of RGB (Red+Green+Blue) = 223+255+254=732 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.46% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFFE is #200001. Grayscale: #F5F5F5. Windows color (decimal): -2097154 or 16711647. OLE color: 16711647.

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

Color convert

RGB223255254-
CMYK0.1300.000
HSL178.12º100%93.73%-
HSV(B)178.12º12.55%100%-
XYZ84.0894.36107.55-
YUV245.32132.9112.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.46%
GREEN value IS 255 (100% from 255) = 34.84%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=30.46%
G=34.84%
B=34.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232552540.1300.000178.1210093.73
HexDFFFFED000b2645e
Octal33737737615000262144136
Binary11011111111111111111111011010001011001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFFFE; }

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

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

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

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

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

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

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

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