#DDF8FA

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

Shades of Light Cyan #DDF8FA

Tints of Light Cyan #DDF8FA

Color information

#DDF8FA (or 0xDDF8FA) is unknown color: approx Light Cyan. HEX triplet: DD, F8 and FA. RGB value is (221,248,250). Sum of RGB (Red+Green+Blue) = 221+248+250=719 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.74% from 719); Green value is 248 (97.27% from 255 or 34.49% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8FA is #220705. Grayscale: #F0F0F0. Windows color (decimal): -2230022 or 16447709. OLE color: 16447709.

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

Color convert

RGB221248250-
CMYK0.120.0100.02
HSL184.14º74.36%92.35%-
HSV(B)184.14º11.6%98.04%-
XYZ80.6489.41103.45-
YUV240.15133.55114.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.74%
GREEN value IS 248 (97.27% from 255) = 34.49%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=30.74%
G=34.49%
B=34.77%

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
Decimal2212482500.120.0100.02184.1474.3692.35
HexDDF8FAC102b84a5c
Octal33537037214102270112134
Binary110111011111100011111010110010101011100010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8FA; }

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

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

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

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

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

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

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

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