#DFFDF8

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

Shades of Light Cyan #DFFDF8

Tints of Light Cyan #DFFDF8

Color information

#DFFDF8 (or 0xDFFDF8) is unknown color: approx Light Cyan. HEX triplet: DF, FD and F8. RGB value is (223,253,248). Sum of RGB (Red+Green+Blue) = 223+253+248=724 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.80% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDF8 is #200207. Grayscale: #F3F3F3. Windows color (decimal): -2097672 or 16317919. OLE color: 16317919.

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

Color convert

RGB223253248-
CMYK0.1200.020.01
HSL170º88.24%93.33%-
HSV(B)170º11.86%99.22%-
XYZ82.592.72102.35-
YUV243.46130.56113.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.80%
GREEN value IS 253 (99.22% from 255) = 34.94%
BLUE value IS 248 (97.27% from 255) = 34.25%
R=30.80%
G=34.94%
B=34.25%

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
Decimal2232532480.1200.020.0117088.2493.33
HexDFFDF8C021aa585d
Octal33737537014021252130135
Binary110111111111110111111000110001011010101010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDF8; }

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

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

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

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

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

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

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

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