#DDF8F9

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

Shades of Light Cyan #DDF8F9

Tints of Light Cyan #DDF8F9

Color information

#DDF8F9 (or 0xDDF8F9) is unknown color: approx Light Cyan. HEX triplet: DD, F8 and F9. RGB value is (221,248,249). Sum of RGB (Red+Green+Blue) = 221+248+249=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 248 (97.27% from 255 or 34.54% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDF8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8F9 is #220706. Grayscale: #F0F0F0. Windows color (decimal): -2230023 or 16382173. OLE color: 16382173.

HSL color Cylindrical-coordinate representation of color #DDF8F9: hue angle of 182.14º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF8F9 is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221248249-
CMYK0.110.0000.02
HSL182.14º70%92.16%-
HSV(B)182.14º11.24%97.65%-
XYZ80.4989.35102.63-
YUV240.04133.05114.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.78%
GREEN value IS 248 (97.27% from 255) = 34.54%
BLUE value IS 249 (97.66% from 255) = 34.68%
R=30.78%
G=34.54%
B=34.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212482490.110.0000.02182.147092.16
HexDDF8F9B002b6465c
Octal33537037113002266106134
Binary110111011111100011111001101100101011011010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8F9; }

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

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

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

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

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

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

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

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