#DDF9FE

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

Shades of Light Cyan #DDF9FE

Tints of Light Cyan #DDF9FE

Color information

#DDF9FE (or 0xDDF9FE) is unknown color: approx Light Cyan. HEX triplet: DD, F9 and FE. RGB value is (221,249,254). Sum of RGB (Red+Green+Blue) = 221+249+254=724 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.52% from 724); Green value is 249 (97.66% from 255 or 34.39% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9FE is #220601. Grayscale: #F1F1F1. Windows color (decimal): -2229762 or 16710109. OLE color: 16710109.

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

Color convert

RGB221249254-
CMYK0.130.0200.00
HSL189.09º94.29%93.14%-
HSV(B)189.09º12.99%99.61%-
XYZ81.5890.28106.89-
YUV241.2135.22113.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.52%
GREEN value IS 249 (97.66% from 255) = 34.39%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=30.52%
G=34.39%
B=35.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212492540.130.0200.00189.0994.2993.14
HexDDF9FED200bd5e5d
Octal33537137615200275136135
Binary110111011111100111111110110110001011110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9FE; }

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

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

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

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

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

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

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

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