#DCFEF8

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

Shades of Light Cyan #DCFEF8

Tints of Light Cyan #DCFEF8

Color information

#DCFEF8 (or 0xDCFEF8) is unknown color: approx Light Cyan. HEX triplet: DC, FE and F8. RGB value is (220,254,248). Sum of RGB (Red+Green+Blue) = 220+254+248=722 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.47% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEF8 is #230107. Grayscale: #F3F3F3. Windows color (decimal): -2294024 or 16318172. OLE color: 16318172.

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

Color convert

RGB220254248-
CMYK0.1300.020.00
HSL169.41º94.44%92.94%-
HSV(B)169.41º13.39%99.61%-
XYZ81.992.88102.42-
YUV243.15130.74111.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.47%
GREEN value IS 254 (99.61% from 255) = 35.18%
BLUE value IS 248 (97.27% from 255) = 34.35%
R=30.47%
G=35.18%
B=34.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202542480.1300.020.00169.4194.4492.94
HexDCFEF8D020a95e5d
Octal33437637015020251136135
Binary110111001111111011111000110101001010100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEF8; }

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

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

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

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

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

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

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

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