#DDF9FD

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

Shades of Light Cyan #DDF9FD

Tints of Light Cyan #DDF9FD

Color information

#DDF9FD (or 0xDDF9FD) is unknown color: approx Light Cyan. HEX triplet: DD, F9 and FD. RGB value is (221,249,253). Sum of RGB (Red+Green+Blue) = 221+249+253=723 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.57% from 723); Green value is 249 (97.66% from 255 or 34.44% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9FD is #220602. Grayscale: #F1F1F1. Windows color (decimal): -2229763 or 16644573. OLE color: 16644573.

HSL color Cylindrical-coordinate representation of color #DDF9FD: hue angle of 187.5º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF9FD is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221249253-
CMYK0.130.0200.01
HSL187.5º88.89%92.94%-
HSV(B)187.5º12.65%99.22%-
XYZ81.4290.22106.05-
YUV241.08134.72113.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.57%
GREEN value IS 249 (97.66% from 255) = 34.44%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=30.57%
G=34.44%
B=34.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212492530.130.0200.01187.588.8992.94
HexDDF9FDD201bc595d
Octal33537137515201274131135
Binary110111011111100111111101110110011011110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9FD; }

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

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

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

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

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

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

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

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