#DDF7FE

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

Shades of Light Cyan #DDF7FE

Tints of Light Cyan #DDF7FE

Color information

#DDF7FE (or 0xDDF7FE) is unknown color: approx Light Cyan. HEX triplet: DD, F7 and FE. RGB value is (221,247,254). Sum of RGB (Red+Green+Blue) = 221+247+254=722 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.61% from 722); Green value is 247 (96.88% from 255 or 34.21% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF7FE is #220801. Grayscale: #EFEFEF. Windows color (decimal): -2230274 or 16709597. OLE color: 16709597.

HSL color Cylindrical-coordinate representation of color #DDF7FE: hue angle of 192.73º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF7FE is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221247254-
CMYK0.130.0300.00
HSL192.73º94.29%93.14%-
HSV(B)192.73º12.99%99.61%-
XYZ80.9789.05106.69-
YUV240.02135.89114.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.61%
GREEN value IS 247 (96.88% from 255) = 34.21%
BLUE value IS 254 (99.61% from 255) = 35.18%
R=30.61%
G=34.21%
B=35.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212472540.130.0300.00192.7394.2993.14
HexDDF7FED300c15e5d
Octal33536737615300301136135
Binary110111011111011111111110110111001100000110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7FE; }

 p { color: rgb(221,247,254); }

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

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

 a { background-color: rgb(221,247,254); }

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

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

 span { border-color: rgb(221,247,254); }

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