#DDF6FD

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

Shades of Light Cyan #DDF6FD

Tints of Light Cyan #DDF6FD

Color information

#DDF6FD (or 0xDDF6FD) is unknown color: approx Light Cyan. HEX triplet: DD, F6 and FD. RGB value is (221,246,253). Sum of RGB (Red+Green+Blue) = 221+246+253=720 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.69% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6FD is #220902. Grayscale: #EFEFEF. Windows color (decimal): -2230531 or 16643805. OLE color: 16643805.

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

Color convert

RGB221246253-
CMYK0.130.0300.01
HSL193.12º88.89%92.94%-
HSV(B)193.12º12.65%99.22%-
XYZ80.588.38105.74-
YUV239.32135.72114.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.69%
GREEN value IS 246 (96.48% from 255) = 34.17%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=30.69%
G=34.17%
B=35.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212462530.130.0300.01193.1288.8992.94
HexDDF6FDD301c1595d
Octal33536637515301301131135
Binary110111011111011011111101110111011100000110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF6FD; }

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

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

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

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

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

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

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

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