#DCFCF8

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

Shades of Light Cyan #DCFCF8

Tints of Light Cyan #DCFCF8

Color information

#DCFCF8 (or 0xDCFCF8) is unknown color: approx Light Cyan. HEX triplet: DC, FC and F8. RGB value is (220,252,248). Sum of RGB (Red+Green+Blue) = 220+252+248=720 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.56% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 248 (97.27% from 255 or 34.44% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCF8 is #230307. Grayscale: #F1F1F1. Windows color (decimal): -2294536 or 16317660. OLE color: 16317660.

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

Color convert

RGB220252248-
CMYK0.1300.020.01
HSL172.5º84.21%92.55%-
HSV(B)172.5º12.7%98.82%-
XYZ81.2791.61102.21-
YUV241.98131.4112.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.56%
GREEN value IS 252 (98.83% from 255) = 35%
BLUE value IS 248 (97.27% from 255) = 34.44%
R=30.56%
G=35%
B=34.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202522480.1300.020.01172.584.2192.55
HexDCFCF8D021ac545d
Octal33437437015021254124135
Binary110111001111110011111000110101011010110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCF8; }

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

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

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

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

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

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

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

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