#DCFDF8

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

Shades of Light Cyan #DCFDF8

Tints of Light Cyan #DCFDF8

Color information

#DCFDF8 (or 0xDCFDF8) is unknown color: approx Light Cyan. HEX triplet: DC, FD and F8. RGB value is (220,253,248). Sum of RGB (Red+Green+Blue) = 220+253+248=721 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.51% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDF8 is #230207. Grayscale: #F2F2F2. Windows color (decimal): -2294280 or 16317916. OLE color: 16317916.

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

Color convert

RGB220253248-
CMYK0.1300.020.01
HSL170.91º89.19%92.75%-
HSV(B)170.91º13.04%99.22%-
XYZ81.5892.24102.31-
YUV242.56131.07111.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.51%
GREEN value IS 253 (99.22% from 255) = 35.09%
BLUE value IS 248 (97.27% from 255) = 34.40%
R=30.51%
G=35.09%
B=34.40%

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
Decimal2202532480.1300.020.01170.9189.1992.75
HexDCFDF8D021ab595d
Octal33437537015021253131135
Binary110111001111110111111000110101011010101110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDF8; }

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

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

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

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

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

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

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

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