#DCFFFE

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

Shades of Light Cyan #DCFFFE

Tints of Light Cyan #DCFFFE

Color information

#DCFFFE (or 0xDCFFFE) is unknown color: approx Light Cyan. HEX triplet: DC, FF and FE. RGB value is (220,255,254). Sum of RGB (Red+Green+Blue) = 220+255+254=729 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.18% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFFE is #230001. Grayscale: #F4F4F4. Windows color (decimal): -2293762 or 16711644. OLE color: 16711644.

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

Color convert

RGB220255254-
CMYK0.1400.000
HSL178.29º100%93.14%-
HSV(B)178.29º13.73%100%-
XYZ83.1693.89107.51-
YUV244.42133.4110.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.18%
GREEN value IS 255 (100% from 255) = 34.98%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=30.18%
G=34.98%
B=34.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552540.1400.000178.2910093.14
HexDCFFFEE000b2645d
Octal33437737616000262144135
Binary11011100111111111111111011100001011001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFFE; }

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

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

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

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

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

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

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

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