#DFFFFC

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

Shades of Light Cyan #DFFFFC

Tints of Light Cyan #DFFFFC

Color information

#DFFFFC (or 0xDFFFFC) is unknown color: approx Light Cyan. HEX triplet: DF, FF and FC. RGB value is (223,255,252). Sum of RGB (Red+Green+Blue) = 223+255+252=730 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.55% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFFC is #200003. Grayscale: #F5F5F5. Windows color (decimal): -2097156 or 16580575. OLE color: 16580575.

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

Color convert

RGB223255252-
CMYK0.1300.010
HSL174.38º100%93.73%-
HSV(B)174.38º12.55%100%-
XYZ83.7694.24105.87-
YUV245.09131.9112.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.55%
GREEN value IS 255 (100% from 255) = 34.93%
BLUE value IS 252 (98.83% from 255) = 34.52%
R=30.55%
G=34.93%
B=34.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232552520.1300.010174.3810093.73
HexDFFFFCD010ae645e
Octal33737737415010256144136
Binary11011111111111111111110011010101010111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFFFC; }

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

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

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

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

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

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

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

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