#DDFDFA

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

Shades of Light Cyan #DDFDFA

Tints of Light Cyan #DDFDFA

Color information

#DDFDFA (or 0xDDFDFA) is unknown color: approx Light Cyan. HEX triplet: DD, FD and FA. RGB value is (221,253,250). Sum of RGB (Red+Green+Blue) = 221+253+250=724 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.52% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDFA is #220205. Grayscale: #F3F3F3. Windows color (decimal): -2228742 or 16448989. OLE color: 16448989.

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

Color convert

RGB221253250-
CMYK0.1300.010.01
HSL174.38º88.89%92.94%-
HSV(B)174.38º12.65%99.22%-
XYZ82.292.52103.97-
YUV243.09131.9112.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.52%
GREEN value IS 253 (99.22% from 255) = 34.94%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=30.52%
G=34.94%
B=34.53%

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
Decimal2212532500.1300.010.01174.3888.8992.94
HexDDFDFAD011ae595d
Octal33537537215011256131135
Binary11011101111111011111101011010111010111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDFA; }

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

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

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

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

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

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

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

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