#DDFCFA

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

Shades of Light Cyan #DDFCFA

Tints of Light Cyan #DDFCFA

Color information

#DDFCFA (or 0xDDFCFA) is unknown color: approx Light Cyan. HEX triplet: DD, FC and FA. RGB value is (221,252,250). Sum of RGB (Red+Green+Blue) = 221+252+250=723 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.57% from 723); Green value is 252 (98.83% from 255 or 34.85% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCFA is #220305. Grayscale: #F2F2F2. Windows color (decimal): -2228998 or 16448733. OLE color: 16448733.

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

Color convert

RGB221252250-
CMYK0.1200.010.01
HSL176.13º83.78%92.75%-
HSV(B)176.13º12.3%98.82%-
XYZ81.8891.9103.86-
YUV242.5132.23112.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.57%
GREEN value IS 252 (98.83% from 255) = 34.85%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=30.57%
G=34.85%
B=34.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212522500.1200.010.01176.1383.7892.75
HexDDFCFAC011b0545d
Octal33537437214011260124135
Binary11011101111111001111101011000111011000010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCFA; }

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

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

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

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

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

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

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

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