#DDF6FA

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

Shades of Light Cyan #DDF6FA

Tints of Light Cyan #DDF6FA

Color information

#DDF6FA (or 0xDDF6FA) is unknown color: approx Light Cyan. HEX triplet: DD, F6 and FA. RGB value is (221,246,250). Sum of RGB (Red+Green+Blue) = 221+246+250=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6FA is #220905. Grayscale: #EEEEEE. Windows color (decimal): -2230534 or 16447197. OLE color: 16447197.

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

Color convert

RGB221246250-
CMYK0.120.0200.02
HSL188.28º74.36%92.35%-
HSV(B)188.28º11.6%98.04%-
XYZ80.0388.19103.25-
YUV238.98134.22115.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.82%
GREEN value IS 246 (96.48% from 255) = 34.31%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=30.82%
G=34.31%
B=34.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212462500.120.0200.02188.2874.3692.35
HexDDF6FAC202bc4a5c
Octal33536637214202274112134
Binary1101110111110110111110101100100101011110010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF6FA; }

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

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

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

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

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

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

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

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