#DDFFFD

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

Shades of Light Cyan #DDFFFD

Tints of Light Cyan #DDFFFD

Color information

#DDFFFD (or 0xDDFFFD) is unknown color: approx Light Cyan. HEX triplet: DD, FF and FD. RGB value is (221,255,253). Sum of RGB (Red+Green+Blue) = 221+255+253=729 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.32% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFFD is #220002. Grayscale: #F4F4F4. Windows color (decimal): -2228227 or 16646109. OLE color: 16646109.

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

Color convert

RGB221255253-
CMYK0.1300.010
HSL176.47º100%93.33%-
HSV(B)176.47º13.33%100%-
XYZ83.3193.98106.68-
YUV244.61132.74111.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.32%
GREEN value IS 255 (100% from 255) = 34.98%
BLUE value IS 253 (99.22% from 255) = 34.71%
R=30.32%
G=34.98%
B=34.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552530.1300.010176.4710093.33
HexDDFFFDD010b0645d
Octal33537737515010260144135
Binary11011101111111111111110111010101011000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFFD; }

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

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

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

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

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

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

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

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