#DDF7FA

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

Shades of Light Cyan #DDF7FA

Tints of Light Cyan #DDF7FA

Color information

#DDF7FA (or 0xDDF7FA) is unknown color: approx Light Cyan. HEX triplet: DD, F7 and FA. RGB value is (221,247,250). Sum of RGB (Red+Green+Blue) = 221+247+250=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 247 (96.88% from 255 or 34.40% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF7FA is #220805. Grayscale: #EFEFEF. Windows color (decimal): -2230278 or 16447453. OLE color: 16447453.

HSL color Cylindrical-coordinate representation of color #DDF7FA: hue angle of 186.21º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF7FA is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221247250-
CMYK0.120.0100.02
HSL186.21º74.36%92.35%-
HSV(B)186.21º11.6%98.04%-
XYZ80.3388.8103.35-
YUV239.57133.89114.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.78%
GREEN value IS 247 (96.88% from 255) = 34.40%
BLUE value IS 250 (98.05% from 255) = 34.82%
R=30.78%
G=34.40%
B=34.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212472500.120.0100.02186.2174.3692.35
HexDDF7FAC102ba4a5c
Octal33536737214102272112134
Binary110111011111011111111010110010101011101010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7FA; }

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

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

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

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

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

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

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

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