#DCFFF7

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

Shades of Light Cyan #DCFFF7

Tints of Light Cyan #DCFFF7

Color information

#DCFFF7 (or 0xDCFFF7) is unknown color: approx Light Cyan. HEX triplet: DC, FF and F7. RGB value is (220,255,247). Sum of RGB (Red+Green+Blue) = 220+255+247=722 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.47% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 247 (96.88% from 255 or 34.21% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFF7 is #230008. Grayscale: #F3F3F3. Windows color (decimal): -2293769 or 16252892. OLE color: 16252892.

HSL color Cylindrical-coordinate representation of color #DCFFF7: hue angle of 166.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFF7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB220255247-
CMYK0.1400.030
HSL166.29º100%93.14%-
HSV(B)166.29º13.73%100%-
XYZ82.0693.45101.71-
YUV243.62129.9111.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.47%
GREEN value IS 255 (100% from 255) = 35.32%
BLUE value IS 247 (96.88% from 255) = 34.21%
R=30.47%
G=35.32%
B=34.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552470.1400.030166.2910093.14
HexDCFFF7E030a6645d
Octal33437736716030246144135
Binary110111001111111111110111111001101010011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFF7; }

 p { color: rgb(220,255,247); }

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

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

 a { background-color: rgb(220,255,247); }

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

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

 span { border-color: rgb(220,255,247); }

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