#DFFCFA

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

Shades of Light Cyan #DFFCFA

Tints of Light Cyan #DFFCFA

Color information

#DFFCFA (or 0xDFFCFA) is unknown color: approx Light Cyan. HEX triplet: DF, FC and FA. RGB value is (223,252,250). Sum of RGB (Red+Green+Blue) = 223+252+250=725 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.76% from 725); Green value is 252 (98.83% from 255 or 34.76% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCFA is #200305. Grayscale: #F3F3F3. Windows color (decimal): -2097926 or 16448735. OLE color: 16448735.

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

Color convert

RGB223252250-
CMYK0.1200.010.01
HSL175.86º82.86%93.14%-
HSV(B)175.86º11.51%98.82%-
XYZ82.592.21103.89-
YUV243.1131.89113.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.76%
GREEN value IS 252 (98.83% from 255) = 34.76%
BLUE value IS 250 (98.05% from 255) = 34.48%
R=30.76%
G=34.76%
B=34.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232522500.1200.010.01175.8682.8693.14
HexDFFCFAC011b0535d
Octal33737437214011260123135
Binary11011111111111001111101011000111011000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCFA; }

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

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

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

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

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

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

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

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