#DDFAFD

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

Shades of Light Cyan #DDFAFD

Tints of Light Cyan #DDFAFD

Color information

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

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

Color convert

RGB221250253-
CMYK0.130.0100.01
HSL185.62º88.89%92.94%-
HSV(B)185.62º12.65%99.22%-
XYZ81.7390.84106.15-
YUV241.67134.39113.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212502530.130.0100.01185.6288.8992.94
HexDDFAFDD101ba595d
Octal33537237515101272131135
Binary11011101111110101111110111011011011101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAFD; }

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

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

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

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

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

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

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

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