#DCFDF7

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

Shades of Light Cyan #DCFDF7

Tints of Light Cyan #DCFDF7

Color information

#DCFDF7 (or 0xDCFDF7) is unknown color: approx Light Cyan. HEX triplet: DC, FD and F7. RGB value is (220,253,247). Sum of RGB (Red+Green+Blue) = 220+253+247=720 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.56% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDF7 is #230208. Grayscale: #F2F2F2. Windows color (decimal): -2294281 or 16252380. OLE color: 16252380.

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

Color convert

RGB220253247-
CMYK0.1300.020.01
HSL169.09º89.19%92.75%-
HSV(B)169.09º13.04%99.22%-
XYZ81.4392.18101.5-
YUV242.45130.57111.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.56%
GREEN value IS 253 (99.22% from 255) = 35.14%
BLUE value IS 247 (96.88% from 255) = 34.31%
R=30.56%
G=35.14%
B=34.31%

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
Decimal2202532470.1300.020.01169.0989.1992.75
HexDCFDF7D021a9595d
Octal33437536715021251131135
Binary110111001111110111110111110101011010100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDF7; }

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

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

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

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

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

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

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

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