#DDF4F9

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

Shades of Light Cyan #DDF4F9

Tints of Light Cyan #DDF4F9

Color information

#DDF4F9 (or 0xDDF4F9) is unknown color: approx Light Cyan. HEX triplet: DD, F4 and F9. RGB value is (221,244,249). Sum of RGB (Red+Green+Blue) = 221+244+249=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 244 (95.70% from 255 or 34.17% from 714); Blue value is 249 (97.66% from 255 or 34.87% from 714); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDF4F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4F9 is #220B06. Grayscale: #EDEDED. Windows color (decimal): -2231047 or 16381149. OLE color: 16381149.

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

Color convert

RGB221244249-
CMYK0.110.0200.02
HSL190.71º70%92.16%-
HSV(B)190.71º11.24%97.65%-
XYZ79.2786.91102.22-
YUV237.69134.38116.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.95%
GREEN value IS 244 (95.70% from 255) = 34.17%
BLUE value IS 249 (97.66% from 255) = 34.87%
R=30.95%
G=34.17%
B=34.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212442490.110.0200.02190.717092.16
HexDDF4F9B202bf465c
Octal33536437113202277106134
Binary1101110111110100111110011011100101011111110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF4F9; }

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

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

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

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

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

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

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

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