#DDF8FD

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

Shades of Light Cyan #DDF8FD

Tints of Light Cyan #DDF8FD

Color information

#DDF8FD (or 0xDDF8FD) is unknown color: approx Light Cyan. HEX triplet: DD, F8 and FD. RGB value is (221,248,253). Sum of RGB (Red+Green+Blue) = 221+248+253=722 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.61% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8FD is #220702. Grayscale: #F0F0F0. Windows color (decimal): -2230019 or 16644317. OLE color: 16644317.

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

Color convert

RGB221248253-
CMYK0.130.0200.01
HSL189.38º88.89%92.94%-
HSV(B)189.38º12.65%99.22%-
XYZ81.1289.6105.95-
YUV240.5135.05114.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.61%
GREEN value IS 248 (97.27% from 255) = 34.35%
BLUE value IS 253 (99.22% from 255) = 35.04%
R=30.61%
G=34.35%
B=35.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212482530.130.0200.01189.3888.8992.94
HexDDF8FDD201bd595d
Octal33537037515201275131135
Binary110111011111100011111101110110011011110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8FD; }

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

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

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

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

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

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

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

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