#DDF4FB

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

Shades of Light Cyan #DDF4FB

Tints of Light Cyan #DDF4FB

Color information

#DDF4FB (or 0xDDF4FB) is unknown color: approx Light Cyan. HEX triplet: DD, F4 and FB. RGB value is (221,244,251). Sum of RGB (Red+Green+Blue) = 221+244+251=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 244 (95.70% from 255 or 34.08% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDF4FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4FB is #220B04. Grayscale: #EDEDED. Windows color (decimal): -2231045 or 16512221. OLE color: 16512221.

HSL color Cylindrical-coordinate representation of color #DDF4FB: hue angle of 194º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF4FB is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221244251-
CMYK0.120.0300.02
HSL194º78.95%92.55%-
HSV(B)194º11.95%98.43%-
XYZ79.5887.04103.87-
YUV237.92135.38115.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.87%
GREEN value IS 244 (95.70% from 255) = 34.08%
BLUE value IS 251 (98.44% from 255) = 35.06%
R=30.87%
G=34.08%
B=35.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212442510.120.0300.0219478.9592.55
HexDDF4FBC302c24f5d
Octal33536437314302302117135
Binary1101110111110100111110111100110101100001010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF4FB; }

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

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

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

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

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

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

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

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