#DDF5FC

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

Shades of Light Cyan #DDF5FC

Tints of Light Cyan #DDF5FC

Color information

#DDF5FC (or 0xDDF5FC) is unknown color: approx Light Cyan. HEX triplet: DD, F5 and FC. RGB value is (221,245,252). Sum of RGB (Red+Green+Blue) = 221+245+252=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDF5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF5FC is #220A03. Grayscale: #EEEEEE. Windows color (decimal): -2230788 or 16578013. OLE color: 16578013.

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

Color convert

RGB221245252-
CMYK0.120.0300.01
HSL193.55º83.78%92.75%-
HSV(B)193.55º12.3%98.82%-
XYZ80.0487.71104.81-
YUV238.62135.55115.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.78%
GREEN value IS 245 (96.09% from 255) = 34.12%
BLUE value IS 252 (98.83% from 255) = 35.10%
R=30.78%
G=34.12%
B=35.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212452520.120.0300.01193.5583.7892.75
HexDDF5FCC301c2545d
Octal33536537414301302124135
Binary110111011111010111111100110011011100001010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF5FC; }

 p { color: rgb(221,245,252); }

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

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

 a { background-color: rgb(221,245,252); }

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

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

 span { border-color: rgb(221,245,252); }

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