#DFFDF7

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

Shades of Light Cyan #DFFDF7

Tints of Light Cyan #DFFDF7

Color information

#DFFDF7 (or 0xDFFDF7) is unknown color: approx Light Cyan. HEX triplet: DF, FD and F7. RGB value is (223,253,247). Sum of RGB (Red+Green+Blue) = 223+253+247=723 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.84% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 247 (96.88% from 255 or 34.16% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDF7 is #200208. Grayscale: #F3F3F3. Windows color (decimal): -2097673 or 16252383. OLE color: 16252383.

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

Color convert

RGB223253247-
CMYK0.1200.020.01
HSL168º88.24%93.33%-
HSV(B)168º11.86%99.22%-
XYZ82.3592.65101.54-
YUV243.35130.06113.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.84%
GREEN value IS 253 (99.22% from 255) = 34.99%
BLUE value IS 247 (96.88% from 255) = 34.16%
R=30.84%
G=34.99%
B=34.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232532470.1200.020.0116888.2493.33
HexDFFDF7C021a8585d
Octal33737536714021250130135
Binary110111111111110111110111110001011010100010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDF7; }

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

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

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

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

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

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

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

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