#DDFDEF

Color #DDFDEF Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #DDFDEF

Tints of Clear Day #DDFDEF

Color information

#DDFDEF (or 0xDDFDEF) is unknown color: approx Clear Day. HEX triplet: DD, FD and EF. RGB value is (221,253,239). Sum of RGB (Red+Green+Blue) = 221+253+239=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDEF is #220210. Grayscale: #F1F1F1. Windows color (decimal): -2228753 or 15728093. OLE color: 15728093.

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

Color convert

RGB221253239-
CMYK0.1300.060.01
HSL153.75º88.89%92.94%-
HSV(B)153.75º12.65%99.22%-
XYZ80.5291.8595.15-
YUV241.84126.4113.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.00%
GREEN value IS 253 (99.22% from 255) = 35.48%
BLUE value IS 239 (93.75% from 255) = 33.52%
R=31.00%
G=35.48%
B=33.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532390.1300.060.01153.7588.8992.94
HexDDFDEFD0619a595d
Octal33537535715061232131135
Binary1101110111111101111011111101011011001101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDEF; }

 p { color: rgb(221,253,239); }

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

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

 a { background-color: rgb(221,253,239); }

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

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

 span { border-color: rgb(221,253,239); }

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