#DFFDFC

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

Shades of Light Cyan #DFFDFC

Tints of Light Cyan #DFFDFC

Color information

#DFFDFC (or 0xDFFDFC) is unknown color: approx Light Cyan. HEX triplet: DF, FD and FC. RGB value is (223,253,252). Sum of RGB (Red+Green+Blue) = 223+253+252=728 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.63% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDFC is #200203. Grayscale: #F3F3F3. Windows color (decimal): -2097668 or 16580063. OLE color: 16580063.

HSL color Cylindrical-coordinate representation of color #DFFDFC: hue angle of 178º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFDFC is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB223253252-
CMYK0.1200.000.01
HSL178º88.24%93.33%-
HSV(B)178º11.86%99.22%-
XYZ83.1392.97105.66-
YUV243.92132.56113.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.63%
GREEN value IS 253 (99.22% from 255) = 34.75%
BLUE value IS 252 (98.83% from 255) = 34.62%
R=30.63%
G=34.75%
B=34.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232532520.1200.000.0117888.2493.33
HexDFFDFCC001b2585d
Octal33737537414001262130135
Binary11011111111111011111110011000011011001010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDFC; }

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

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

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

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

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

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

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

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