#DDFDFB

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

Shades of Light Cyan #DDFDFB

Tints of Light Cyan #DDFDFB

Color information

#DDFDFB (or 0xDDFDFB) is unknown color: approx Light Cyan. HEX triplet: DD, FD and FB. RGB value is (221,253,251). Sum of RGB (Red+Green+Blue) = 221+253+251=725 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.48% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDFB is #220204. Grayscale: #F3F3F3. Windows color (decimal): -2228741 or 16514525. OLE color: 16514525.

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

Color convert

RGB221253251-
CMYK0.1300.010.01
HSL176.25º88.89%92.94%-
HSV(B)176.25º12.65%99.22%-
XYZ82.3692.59104.8-
YUV243.2132.4112.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.48%
GREEN value IS 253 (99.22% from 255) = 34.90%
BLUE value IS 251 (98.44% from 255) = 34.62%
R=30.48%
G=34.90%
B=34.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532510.1300.010.01176.2588.8992.94
HexDDFDFBD011b0595d
Octal33537537315011260131135
Binary11011101111111011111101111010111011000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDFB; }

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

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

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

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

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

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

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

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