#DDF4F6

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

Shades of Light Cyan #DDF4F6

Tints of Light Cyan #DDF4F6

Color information

#DDF4F6 (or 0xDDF4F6) is unknown color: approx Light Cyan. HEX triplet: DD, F4 and F6. RGB value is (221,244,246). Sum of RGB (Red+Green+Blue) = 221+244+246=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 244 (95.70% from 255 or 34.32% from 711); Blue value is 246 (96.48% from 255 or 34.60% from 711); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDF4F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4F6 is #220B09. Grayscale: #EDEDED. Windows color (decimal): -2231050 or 16184541. OLE color: 16184541.

HSL color Cylindrical-coordinate representation of color #DDF4F6: hue angle of 184.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF4F6 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221244246-
CMYK0.100.0100.04
HSL184.8º58.14%91.57%-
HSV(B)184.8º10.16%96.47%-
XYZ78.886.7399.78-
YUV237.35132.88116.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.08%
GREEN value IS 244 (95.70% from 255) = 34.32%
BLUE value IS 246 (96.48% from 255) = 34.60%
R=31.08%
G=34.32%
B=34.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212442460.100.0100.04184.858.1491.57
HexDDF4F6A104b93a5c
Octal3353643661210427172134
Binary110111011111010011110110101010100101110011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF4F6; }

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

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

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

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

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

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

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

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