#DDFBFA

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

Shades of Light Cyan #DDFBFA

Tints of Light Cyan #DDFBFA

Color information

#DDFBFA (or 0xDDFBFA) is unknown color: approx Light Cyan. HEX triplet: DD, FB and FA. RGB value is (221,251,250). Sum of RGB (Red+Green+Blue) = 221+251+250=722 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.61% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBFA is #220405. Grayscale: #F1F1F1. Windows color (decimal): -2229254 or 16448477. OLE color: 16448477.

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

Color convert

RGB221251250-
CMYK0.1200.000.02
HSL178º78.95%92.55%-
HSV(B)178º11.95%98.43%-
XYZ81.5791.27103.76-
YUV241.92132.56113.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.61%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=30.61%
G=34.76%
B=34.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212512500.1200.000.0217878.9592.55
HexDDFBFAC002b24f5d
Octal33537337214002262117135
Binary110111011111101111111010110000101011001010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBFA; }

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

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

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

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

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

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

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

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